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

24 lines
754 B
HTML

<html lang="en">
<head>
<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>
<body>
<div id="content">
<div id="loading">
<div class="spinner">
</div>
<p>Loading <span id="station"></span></p>
</div>
<div id="output">
</div>
</div>
</body>
</html>