openCountdown/templates/timerPage.html

28 lines
664 B
HTML
Raw Normal View History

2022-02-23 21:55:13 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>openCountdown</title>
<meta name="description" content="openCountdown">
<meta name="author" content="TheGreydiamond">
<link rel="stylesheet" href="css/styles.css?v=1.1">
</head>
<body>
<img src='SMPTE_Color_Bars.svg' class='testImg' id="testImg" style="display: none;">
</img>
<div class="container">
<div class="timer" id="timer">
00:00:00
</div>
</div>
2022-02-23 22:17:12 +01:00
<script src="js/countdown.js"></script>
2022-02-23 21:55:13 +01:00
<script src="js/script.js"></script>
</body>
</html>