21 lines
1.2 KiB
HTML
21 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>New Year Coundown</title>
|
|
<link rel=stylesheet href=style.css>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="fireworks.js"></script>
|
|
<script src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id=container>
|
|
<h1 id=header>NEW YEAR COUNTDOWN</h1>
|
|
<div id=countdownbox><p id=countdown><span id=countdowntext><noscript>Sorry, the New Year coundown c</noscript>lo<noscript>ck requires J</noscript>a<noscript>vaScript. Please switch to a supporte</noscript>d<noscript> browser, or enable JS in your exist</noscript>ing<noscript> one.</noscript></span></p></div>
|
|
<div id=creditbox>
|
|
<p class=credits>Font (<a href="https://www.keshikan.net/fonts-e.html">DSEG14 Classic Mini Regular</a>) by Keshikan; <a href="https://github.com/crashmax-dev/fireworks-js/">effect that happens at midnight</a> by Vitalij Ryndin; all other code by Samuel Sloniker. <a href="LICENSE.txt">Click here for license information.</a> <a href="https://git.kj7rrv.com/kj7rrv/new-year-countdown">This site is open-source.</a></p>
|
|
</div>
|
|
</div>
|
|
<div id=firepops></div>
|
|
</body>
|
|
</html>
|