www/{countdown.js,index.html} - nominally working?

This commit is contained in:
Nick Stokoe
2022-12-31 01:41:29 +00:00
parent 1a8c50d1ee
commit 2cf33ba2d8
2 changed files with 239 additions and 63 deletions

View File

@@ -8,7 +8,7 @@
text-align: center;
}
div#counter {
font-size: 180pt;
font-size: 100pt;
text-align: left;
}
div#location {
@@ -30,5 +30,7 @@
<div id="map"></div>
<script src="countdown.js"></script>
<!--iframe width="645" height="363" src="https://www.youtube.com/embed/gG0yjQ47IZU" title="FREE DOWNLOAD - 10 Seconds Countdown Timer With Voice #Shorts" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe-->
</body>
</html>