diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-08-17 22:15:47 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-08-17 22:15:47 -0400 |
| commit | 85380a96ac5de7edb341f265339f9d409f821bf2 (patch) | |
| tree | 227fbd7a17c51017f7b8417aae2304e40a4031c7 /index.html | |
| parent | 0d07e632916903b1fa1f47bba883c15868f37ea3 (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,14 +5,14 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ComXII</title> - <link type="text/css" rel="stylesheet" href="/styles/base.css" /> + <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 href="./"> + <img id="logo" alt="ComXII Home Page" src="./assets/comxii.svg" /> </a> </div> |