add images and widescreen cleanup close #32
This commit is contained in:
parent
0eb4a1ffc7
commit
bf8bd2ff46
13 changed files with 160 additions and 20 deletions
|
|
@ -43,6 +43,7 @@
|
|||
<script type="module" src="scripts/modules/travelforecast.mjs"></script>
|
||||
<script type="module" src="scripts/modules/progress.mjs"></script>
|
||||
<script type="module" src="scripts/modules/radar.mjs"></script>
|
||||
<script type="module" src="scripts/modules/settings.mjs"></script>
|
||||
<script type="module" src="scripts/index.mjs"></script>
|
||||
|
||||
<!-- data -->
|
||||
|
|
@ -146,6 +147,10 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class='heading'>Settings</div>
|
||||
<div id='settings'>
|
||||
</div>
|
||||
|
||||
<div id="divInfo">
|
||||
Location: <span id="spanCity"></span> <span id="spanState"></span><br />
|
||||
Station Id: <span id="spanStationId"></span><br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue