diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 17:03:24 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 17:03:24 -0800 |
| commit | 93f80150a1d07cf3ce51447636c7f8cd510832f1 (patch) | |
| tree | eaa4c7cf4d40e8a2dc86b2119894d9e0de10d7f3 /.demo/index.html | |
| parent | eb14a9b6263a3dd65fc62e1611c6da067a80ca00 (diff) | |
| download | adelie-93f80150a1d07cf3ce51447636c7f8cd510832f1.tar.gz adelie-93f80150a1d07cf3ce51447636c7f8cd510832f1.zip | |
Syntax highlighting and a real repo struct
Diffstat (limited to '.demo/index.html')
| -rw-r--r-- | .demo/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.demo/index.html b/.demo/index.html index 1b93990..7a0195d 100644 --- a/.demo/index.html +++ b/.demo/index.html @@ -4,8 +4,8 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Liz Dot Coffee!</title> - <link rel="stylesheet" href="/static/css/style.css" /> - <link rel="icon" href="/static/img/favicon.ico" /> + <link rel="stylesheet" href="/bundle.css" /> + <link rel="icon" href="/img/favicon.ico" /> </head> <body> <header> @@ -42,7 +42,6 @@ <p>© 2025 My Retro Blog. Made with coffee and nostalgia.</p> </footer> - <script src="/static/js/script.js"></script> - <script src="/static/oneko/oneko.js"></script> + <script src="/bundle.js"></script> </body> </html> |
