Update 'covid-speedrun/index.html'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Han Dai 2022-08-21 22:08:41 +00:00
parent f48c77db0e
commit 4ae5aee7ba
1 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,7 @@
<td> <td>
<center> <center>
<h1>Han's Covid Speedrun Record</h1> <h1>Han's Covid Speedrun Record</h1>
<h2>Any% - Omicron Variant</h2>
<h4>(Started at 5:51pm EDT on Aug 17 2022)</h4> <h4>(Started at 5:51pm EDT on Aug 17 2022)</h4>
<table id="speedrun"> <table id="speedrun">
<tr> <tr>
@ -51,7 +52,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table><tbody><tr><td style="color: rgb(0, 255, 0);font-size: 30px;text-align: right;">🏆 3d 23:59:47.180</td></tr></tbody></table>
<script> <script>
var table = document.getElementById("speedrun"); var table = document.getElementById("speedrun");
@ -96,7 +97,7 @@
// } // }
// setInterval(now, 10); // setInterval(now, 10);
// Win // Win
cell1.innerHTML = "🏆 Tested Negative!"; cell1.innerHTML = "Tested Negative!";
cell2.innerHTML = timeSince(new Date("Aug 21, 2022 17:50:57.303") - timeline["First Positive"]); cell2.innerHTML = timeSince(new Date("Aug 21, 2022 17:50:57.303") - timeline["First Positive"]);