summaryrefslogtreecommitdiff
path: root/newyear.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-11-27 17:33:04 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2016-11-27 17:33:04 -0500
commit0a76f3de3c2228e06b791d99be400b96cdde7f92 (patch)
tree352be28e478f2be0d6b8f4023eef993a4878e560 /newyear.html
parent5d6909873024409fc3b94af8c61c6849b7ad1a72 (diff)
Added New Year Countdown
Diffstat (limited to 'newyear.html')
-rw-r--r--newyear.html16
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>