Skip to content

Commit 26adef3

Browse files
authored
Remove header bar from index.html
Removed header bar section from the main layout.
1 parent 7fc8e9e commit 26adef3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

web/index.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
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-
229
<div class="content-area">
2310
<div class="sidebar">
2411
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
@@ -39,7 +26,6 @@ <h1 class="title">ProStore Installer</h1><br>
3926
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
4027
</div>
4128
</div>
42-
</main>
4329
<script>
4430
pulse('reset');
4531
loadingImg(0);

0 commit comments

Comments
 (0)