This commit is contained in:
Andrii Dokhniak 2025-10-05 14:30:24 +02:00
parent 2ebb20f1af
commit 77a459d64f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
styles.css
../styles.css

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Rentgen android</title>
<script src="/htmx.js"></script>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="/styles.css" />
<script src="/main.js" type="module"></script>
</head>
<body>