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

Commit daac4b5

Browse files
authored
Create index.html
1 parent e6ce852 commit daac4b5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

web/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<title>ProStore Web</title>
4+
<link rel="stylesheet" href="styles.css">
5+
</head>
6+
<body>
7+
<main>
8+
<div class="header-bar">
9+
<p class="app-title">ProStore Web</p>
10+
<div class="dot-container">
11+
<div class="dot" style="background-color: #ff5f57;"></div>
12+
<div class="dot" style="background-color: #febc2e;"></div>
13+
<div class="dot" style="background-color: #28c840;"></div>
14+
</div>
15+
</div>
16+
17+
<div class="sidebar">
18+
<div class="sidebar-item">ProStore Installer</div>
19+
<div class="sidebar-item">Certificate Manager & Status</div>
20+
<div class="sidebar-item">Certificate Converter</div>
21+
</div>
22+
</main>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)