Change static assets to /etc/*

This commit is contained in:
kamkow1
2025-06-22 15:34:48 +02:00
parent 5ee77b4628
commit 68dcc80d1c
5 changed files with 10 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>Kamil's personal website</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/simple.css" />
<link rel="stylesheet" href="/etc/simple.css" />
</head>
<body>
<h1>Kamil's personal website</h1>
@ -53,7 +53,7 @@
</ul>
</section>
<section>
<img src="/me.jpg" alt="literally me" />
<img src="/etc/me.jpg" alt="literally me" />
</section>
<footer>
<div style="float: left;">
@ -64,7 +64,7 @@
</footer>
<#ifdef HOTRELOAD>
<script src="/hotreload.js"></script>
<script src="/etc/hotreload.js"></script>
<#endif>
</body>
</html>