Skip to content

Commit 7fc8e9e

Browse files
authored
Add header bar with application title and dots
1 parent c8becc3 commit 7fc8e9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
<script src="installer.js"></script>
77
</head>
88
<body>
9+
<main>
10+
<div class="header-bar">
11+
<div class="header-left">
12+
<div class="dot-container">
13+
<div class="dot" style="background-color: #ff5f57;"></div>
14+
<div class="dot" style="background-color: #febc2e;"></div>
15+
<div class="dot" style="background-color: #28c840;"></div>
16+
</div>
17+
18+
<p class="app-title">ProStore Web</p>
19+
</div>
20+
</div>
21+
922
<div class="content-area">
1023
<div class="sidebar">
1124
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
@@ -26,6 +39,7 @@ <h1 class="title">ProStore Installer</h1><br>
2639
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
2740
</div>
2841
</div>
42+
</main>
2943
<script>
3044
pulse('reset');
3145
loadingImg(0);

0 commit comments

Comments
 (0)