diff options
Diffstat (limited to '.demo')
| -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> |
