Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 1c7e4cc

Browse files
authored
Create converter.html
1 parent 70b505b commit 1c7e4cc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

web/converter.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>ProStore Web</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="stylesheet" href="styles.css">
7+
</head>
8+
<body>
9+
<div class="content-area">
10+
<div class="sidebar">
11+
<div onclick="window.location.href = 'index.html';" class="sidebar-item active">ProStore Installer</div>
12+
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager</div>
13+
<div onclick="window.location.href = 'converter.html';" class="sidebar-item">Certificate Converter</div>
14+
</div>
15+
16+
<div class="panel">
17+
<h1 class="title">Certificate Converter</h1><br>
18+
<p><b>Coming soon!</b></p>
19+
</div>
20+
</div>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)