mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 18:29:15 +08:00
14 lines
317 B
HTML
14 lines
317 B
HTML
<html>
|
|
<head>
|
|
<title>Window Menu Demo</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>About Window Menu Demo</h1>
|
|
<p>Press F1 to toggle menu bar visibility</p>
|
|
<p>Press F2 to show menu bar</p>
|
|
<p>Press F3 to hide menu bar</p>
|
|
</div>
|
|
</body>
|
|
</html> |