summaryrefslogtreecommitdiff
path: root/newyear.html
blob: 2be3422d77454a98b60382028516a3795ccaaff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>