15 lines
280 B
HTML
15 lines
280 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<script src="fetchapi.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="headerBar">
|
||
|
<span id="stationName"></span>
|
||
|
<span id="timeBox">--:--</span>
|
||
|
</div>
|
||
|
<div id="contentSection"></div>
|
||
|
</body>
|
||
|
</html>
|