diff options
| author | Ambrose <me@librelife.org> | 2026-03-19 01:16:47 -0400 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-19 01:16:47 -0400 |
| commit | afcfe8940c35355fe1e6d01d7f9a569bf050850a (patch) | |
| tree | 9277991bdc7971a9a8156631d12511144a02fbb6 /templates/tmp_index.html | |
| parent | 8d11f43d9864f3b7f2e9ba40abca33ded9ef4a94 (diff) | |
Cleaned up some basic info & code on main page(s)
Diffstat (limited to 'templates/tmp_index.html')
| -rw-r--r-- | templates/tmp_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tmp_index.html b/templates/tmp_index.html index 82f6453..353420c 100644 --- a/templates/tmp_index.html +++ b/templates/tmp_index.html @@ -7,7 +7,7 @@ <meta name="author" content="Ambrose"> <title>Ambrose's Personal Webpage</title> <link rel="Website icon" href="/static/favicon.svg" type="image/svg"> - <link rel="stylesheet" href="styles.css"> + <link rel="stylesheet" href="/styles.css"> <script src="/static/js/jquery-1.10.2.js"></script> </head> <body> |