summaryrefslogtreecommitdiff
path: root/comic/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'comic/index.html')
-rw-r--r--comic/index.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/comic/index.html b/comic/index.html
index 6d5647b..a06243c 100644
--- a/comic/index.html
+++ b/comic/index.html
@@ -4,8 +4,35 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Comic Index</title>
+
+ <link type="text/css" rel="stylesheet" href="../styles/base.css" />
</head>
<body>
-
+ <nav>
+ <!-- Logo for ComXII -->
+ <div>
+ <a href="../">
+ <img id="logo" alt="ComXII Home Page" src="../assets/comxii.svg" />
+ </a>
+ </div>
+
+ <!-- Nav menu -->
+ <div id="main-nav">
+
+ </div>
+
+ <!-- User profile -->
+ <div id="user-menu">
+
+ </div>
+ </nav>
+
+ <content>
+
+ </content>
+
+ <footer>
+ (C) ComXII 2026
+ </footer>
</body>
</html> \ No newline at end of file