We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf66ed commit 3293d12Copy full SHA for 3293d12
web/index.html
@@ -8,6 +8,13 @@
8
</head>
9
<body>
10
<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>
18
<div class="sidebar">
19
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
20
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager & Status</div>
0 commit comments