Use relative URLs for CSS.

So hopefully thi site can live happily under https://ariadne.systems/pub/~sforman/Thun/
This commit is contained in:
sforman
2023-11-12 12:23:41 -08:00
parent eb12889a43
commit 156a2ffd94
8 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>BigNums in Joy</title>
<link rel="stylesheet" href="/css/font/fonts.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="css/font/fonts.css">
<link rel="stylesheet" href="css/site.css">
<script src="/Joy.js"></script>
</head>
<body>