Make all head refs relative

This commit is contained in:
Fred Boniface 2022-12-19 22:32:49 +00:00
parent 52b1eda644
commit dc6e40f3fa
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,19 @@
<html lang="en"> <html lang="en">
<head> <head>
<title id="pgTitle">OwlBoard - Loading</title> <title id="pgTitle">OwlBoard - Loading</title>
<script src="./js/ldb.js"></script>
<link rel="stylesheet" type="text/css" href="./styles/style.css"/>
<link rel="stylesheet" type="text/css" href="./styles/boards.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
</head> </head>
<body>
<div id="loading">
</div>
<div>
<p id="output"></p>
</div>
</body>
</html> </html>

View File

@ -7,10 +7,10 @@
<meta name="application-name" content="OwlBoard"> <meta name="application-name" content="OwlBoard">
<meta name="author" content="Frederick Boniface"> <meta name="author" content="Frederick Boniface">
<meta name="theme-color" content="#155bb7"> <meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="/styles/style.css"/> <link rel="stylesheet" type="text/css" href="./styles/style.css"/>
<link rel="icon" type="image/png" href="/images/logo/logo-sq-256.png"/> <link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="manifest" type="application/json" href="/manifest.json"/> <link rel="manifest" type="application/json" href="./manifest.json"/>
<script src="/js/nav.js"></script> <script src="./js/nav.js"></script>
<title>OwlBoard</title> <title>OwlBoard</title>
</head> </head>

0
static/js/ldb.js Normal file
View File