This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments