This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
OwlBoard/static/board.html

19 lines
584 B
HTML
Raw Normal View History

2022-12-08 15:21:59 +00:00
<html lang="en">
<head>
<title id="pgTitle">OwlBoard - Loading</title>
2022-12-19 22:32:49 +00:00
<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"/>
2022-12-08 15:21:59 +00:00
</head>
2022-12-19 22:32:49 +00:00
<body>
<div id="loading">
</div>
<div>
<p id="output"></p>
</div>
</body>
2022-12-08 15:21:59 +00:00
</html>