Make all head refs relative
This commit is contained in:
parent
52b1eda644
commit
dc6e40f3fa
@ -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>
|
@ -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
0
static/js/ldb.js
Normal file
Reference in New Issue
Block a user