-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 1.72 KB
/
index.html
File metadata and controls
54 lines (43 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seika | Library Codex</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<div class="container">
<div class="profile-header">
<img src="https://via.placeholder.com/150" alt="Profile" class="avatar">
<h1>Library Codex</h1>
<p class="bio">Authorized Access: Level 4<br>Harmony Keeper Division</p>
<div class="status-badge">
<span class="status-dot"></span> System: STABLE (Layer 2)
</div>
</div>
<div class="links-container">
<a href="#" class="link-card">
<i class="fas fa-globe"></i>
<span>Cosmos Design & Eternalism</span>
</a>
<a href="#" class="link-card">
<i class="fas fa-rocket"></i>
<span>Warp & Jump Protocols</span>
</a>
<a href="#" class="link-card">
<i class="fas fa-music"></i>
<span>Serenade Magic Spec v1.2</span>
</a>
<a href="#" class="link-card special">
<i class="fas fa-exclamation-triangle"></i>
<span>Report Dissonance (SEr)</span>
</a>
</div>
<footer>
<p>© 2026 Seika Administrative Node. <br>Powered by <a href="https://pages.github.com">GitHub Pages</a>.</p>
</footer>
</div>
</body>
</html>