Skip to content

Commit 1837cd5

Browse files
Update index.html
1 parent ec4f222 commit 1837cd5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<body>
1010
<div class="container">
1111
<h1>NWS Radar Imagery Loop</h1>
12+
<div class="controls">
13+
<label for="radarSite">Select Radar Site:</label>
14+
<select id="radarSite">
15+
<option value="CONUS">CONUS</option>
16+
<option value="NCR">NCR</option>
17+
<option value="SFR">SFR</option>
18+
<!-- Add more radar sites as needed -->
19+
</select>
20+
</div>
1221
<div class="radar-loop">
1322
<img id="radarImage" src="" alt="Radar Imagery">
1423
</div>

0 commit comments

Comments
 (0)