5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 18:29:15 +08:00
wails/v3/examples/window-menu/assets/about.html
Lea Anthony be8159d410
# Conflicts:
#	docs/src/content/docs/changelog.mdx
#	v3/pkg/application/menuitem.go
2025-01-17 21:19:23 +11:00

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>