Skip to content

Commit

Permalink
final deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
jare4857 committed Apr 27, 2020
1 parent f5b8e4c commit c2be972
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions HTML Work/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
</script>

</head>
<body onload="setInterval(refreshIframe(), 100);" style="background-color: darkcyan;">
<body onload="setInterval(refreshIframe(), 100);" style="background-color: black;">

<h1>Book-Club U.S. COVID-19 Map</h1>
<h1 style="color:white;">Book-Club U.S. COVID-19 Map</h1>

<form name="selection" id="selecton" method="POST">
<label for="date_picker">Date:</label>
<form style="text-align: left;" name="selection" id="selecton" method="POST">
<label style="color:white;" for="date_picker">Date:</label>

<input type="date" id="date_picker" name="selected-date"
value="2020-01-21"
min="2020-01-20" max="2020-05-01">

<p><input type = "submit" value = "Submit" /></p>
<p><input style = "font-family: Georgia, 'Times New Roman', Times, serif;" type = "submit" value = "Submit" /></p>
</form>

<iframe srcdoc='{{map}}' width="90%" height="600" id="map" name="map">
<iframe srcdoc='{{map}}' width="55%" height="675" id="map" name="map">
I messed up somehow... again...
</iframe>

<h2> Shown Date(yyyy-mm-dd): {{result}} </h2>
<h2 style="color: white;"> Shown Date(yyyy-mm-dd): {{result}} </h2>

</body>

Expand Down

0 comments on commit c2be972

Please sign in to comment.