We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592f24b commit 4c71ccdCopy full SHA for 4c71ccd
web/index.html
@@ -8,11 +8,13 @@
8
</head>
9
<body>
10
<div class="content-area">
11
+ <div class="sidebar-container">
12
<div class="sidebar">
13
<div onclick="window.location.href = 'index.html';" class="sidebar-item active">ProStore Installer</div>
14
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager</div>
15
<div onclick="window.location.href = 'converter.html';" class="sidebar-item">Certificate Converter</div>
16
</div>
17
+ </div>
18
19
<div class="panel">
20
<h1 class="title">ProStore Installer</h1><br>
0 commit comments