24 lines
754 B
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> |