beci-anzeige/index.html

28 lines
486 B
HTML
Raw Normal View History

2024-12-06 18:42:52 +00:00
<!DOCTYPE html>
<html>
2024-12-07 10:31:32 +00:00
<head>
<link rel="stylesheet" href="style.css">
2024-12-10 12:27:34 +00:00
<script src="fetchapi.js"></script>
2024-12-07 10:31:32 +00:00
</head>
<body>
</body>
</html>
<!--
<!DOCTYPE html>
<html>
2024-12-06 18:42:52 +00:00
<head>
<link rel="stylesheet" href="style.css">
<script src="fetchapi.js"></script>
</head>
<body>
<div id="headerBar">
2024-12-06 19:21:24 +00:00
<img id="fini" src="resources/finlogo.png"></img>
2024-12-06 18:42:52 +00:00
<span id="stationName"></span>
<span id="timeBox">--:--</span>
</div>
<div id="contentSection"></div>
</body>
</html>
2024-12-07 10:31:32 +00:00
-->