Update 'covid-speedrun/index.html'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f48c77db0e
commit
4ae5aee7ba
@ -39,6 +39,7 @@
|
||||
<td>
|
||||
<center>
|
||||
<h1>Han's Covid Speedrun Record</h1>
|
||||
<h2>Any% - Omicron Variant</h2>
|
||||
<h4>(Started at 5:51pm EDT on Aug 17 2022)</h4>
|
||||
<table id="speedrun">
|
||||
<tr>
|
||||
@ -51,7 +52,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
var table = document.getElementById("speedrun");
|
||||
|
||||
@ -96,7 +97,7 @@
|
||||
// }
|
||||
// setInterval(now, 10);
|
||||
// Win
|
||||
cell1.innerHTML = "🏆 Tested Negative!";
|
||||
cell1.innerHTML = "Tested Negative!";
|
||||
cell2.innerHTML = timeSince(new Date("Aug 21, 2022 17:50:57.303") - timeline["First Positive"]);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user