-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (25 loc) · 985 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<title>Hack Bells</title>
<meta name="viewport" content="width=960">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/flipclock.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href="img/favicon.ico" rel="shortcut icon">
</head>
<body >
<div class="wrapper">
<div class="clock animated flipInX"></div>
<div class="soon animated flipInX"></div>
</div>
<br>
<div class="message">Hack Bells</div>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src='js/snowfall.jquery.min.js'></script>
<script src="js/flipclock.js"></script>
<script src="js/newyear.js"></script>
</body>
</html>