Skip to content

Commit 3293d12

Browse files
authored
Add hamburger button for sidebar toggle
1 parent cbf66ed commit 3293d12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
</head>
99
<body>
1010
<div class="content-area">
11+
<button class="hamburger" aria-label="Toggle sidebar" aria-expanded="false">
12+
<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
13+
<rect width="22" height="2" rx="1" fill="currentColor"/>
14+
<rect y="7" width="22" height="2" rx="1" fill="currentColor"/>
15+
<rect y="14" width="22" height="2" rx="1" fill="currentColor"/>
16+
</svg>
17+
</button>
1118
<div class="sidebar">
1219
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
1320
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager & Status</div>

0 commit comments

Comments
 (0)