diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-08-17 22:06:08 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-08-17 22:06:08 -0400 |
| commit | 0d07e632916903b1fa1f47bba883c15868f37ea3 (patch) | |
| tree | e289b5fdc44ef7319a4ee40bece774d277f1f81e /index.html | |
Initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9d7e3bf --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>ComXII</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 |