-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 850 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>AUDIT THE HUMAN | ALPHA</title>
<style>
body { background: #000; color: #00ffad; font-family: monospace; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
.dashboard { border: 3px solid #00ffad; padding: 50px; text-align: center; box-shadow: 0 0 40px #00ffad55; }
h1 { font-size: 3rem; margin: 0; }
.score { font-size: 5rem; font-weight: bold; margin: 20px 0; }
.status { color: #fff; background: #00ffad; color: #000; padding: 5px 15px; font-weight: bold; }
</style>
</head>
<body>
<div class="dashboard">
<h1>AUDIT THE HUMAN</h1>
<div class="score">96%</div>
<div class="status">TEE VERIFIED</div>
<p style="margin-top: 20px;">OPENGRADIENT ALPHA ACTIVE</p>
</div>
</body>
</html>