diff options
Diffstat (limited to 'newyear.html')
-rw-r--r-- | newyear.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/newyear.html b/newyear.html new file mode 100644 index 0000000..2be3422 --- /dev/null +++ b/newyear.html @@ -0,0 +1,16 @@ +<html> +<head> + <title>Countdown to </title> <!-- This will be replaced by Countdown to (year) --> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> + <link rel="stylesheet" href="css/style.css"> + <link rel="shortcut icon" type="image/png" href="clock.png"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> +</head> +<body> + <!-- No navbar so that you can go fullscreen. --> + <h3 id="title"></h3> + + <script src="js/newyear.js"></script> +</body> +</html> |