use relative urls

This commit is contained in:
onezplpl 2024-08-02 17:42:29 -04:00
parent 117bdab039
commit 485d70863c
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3

View file

@ -2,8 +2,8 @@
<html>
<head>
<link rel='stylesheet' href='/index.css'>
<script src="/index.js"></script>
<link rel='stylesheet' href='index.css'>
<script src="index.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>