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

Commit cb1957e

Browse files
authored
Update cert.html
1 parent 1ca77bb commit cb1957e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

web/cert.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<html lang="en-AU">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1" />
56
<title>ProStore Web</title>
67
<link rel="stylesheet" href="styles.css">
78
<link rel="stylesheet" href="certStyles.css">
89
<!-- Google Font -->
910
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
1011
</head>
1112
<body>
12-
<main>
13+
<main class="app-root">
1314
<div class="header-bar">
1415
<div class="header-left">
1516
<div class="dot-container">
@@ -35,8 +36,13 @@ <h1 class="title">Certificate Manager</h1>
3536
<!-- Recommended -->
3637
<div id="recommended" class="recommended-box" aria-live="polite"></div>
3738

39+
<!-- Controls row (optional future extension) -->
40+
<div class="controls-row">
41+
<!-- placeholder: search/filter could go here later -->
42+
</div>
43+
3844
<!-- Cards container -->
39-
<div id="certList" class="cert-list"></div>
45+
<div id="certList" class="cert-list" aria-live="polite"></div>
4046

4147
<!-- Updates -->
4248
<div id="updates" class="updates-box">
@@ -47,7 +53,7 @@ <h3 class="updates-title">📰 Updates</h3>
4753
</div>
4854
</main>
4955

50-
<!-- Modal for details -->
56+
<!-- Modal for certificate details -->
5157
<div id="certModal" class="modal" aria-hidden="true">
5258
<div class="modal-panel" role="dialog" aria-modal="true">
5359
<button id="modalClose" class="modal-close" title="Close"></button>

0 commit comments

Comments
 (0)