summaryrefslogtreecommitdiff
path: root/comic/index.html
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-08-17 22:15:47 -0400
committerKai Gunger <kgunger12@gmail.com>2026-08-17 22:15:47 -0400
commit85380a96ac5de7edb341f265339f9d409f821bf2 (patch)
tree227fbd7a17c51017f7b8417aae2304e40a4031c7 /comic/index.html
parent0d07e632916903b1fa1f47bba883c15868f37ea3 (diff)
Relative pathsHEADmain
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