Skip to content

Commit 9a0f540

Browse files
authored
Remove header from cert.html
Removed header section from the certificate page.
1 parent 6269ccd commit 9a0f540

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

web/cert.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
1111
</head>
1212
<body>
13-
<main class="app-root">
14-
<div class="header-bar">
15-
<div class="header-left">
16-
<div class="dot-container">
17-
<div class="dot" style="background-color: #ff5f57;"></div>
18-
<div class="dot" style="background-color: #febc2e;"></div>
19-
<div class="dot" style="background-color: #28c840;"></div>
20-
</div>
21-
22-
<p class="app-title">ProStore Web</p>
23-
</div>
24-
</div>
25-
2613
<div class="content-area">
2714
<div class="sidebar">
2815
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
@@ -57,7 +44,6 @@ <h3 class="updates-title">📰 Updates</h3>
5744
</div>
5845
</div>
5946
</div>
60-
</main>
6147

6248
<!-- Modal for certificate details -->
6349
<div id="certModal" class="modal" aria-hidden="true">

0 commit comments

Comments
 (0)