-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 2.02 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Happy Birthday 💓</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#828f8f">
<link rel="icon" href="img/ico.png" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="timer.js"></script>
<link rel="stylesheet" href="css/master.css">
</head>
<body>
<div class="jumbotron timer bg-dark text-white">
<div class="">
<div class="row container">
<div class="animated tada delay-3s">
<h1 id="party">Party??!!</h1>
</div>
</div>
<div class="row">
<p id="h" class="col-2 counters" style="margin-left:50pt;">zz..</p>
</div>
<div class="row">
<p id="m" class="col-2 counters" style="margin-left:70pt;">zz..</p>
</div>
<div class="row">
<p id="s" class="col-2 counters" style="margin-left:30pt;">zz..</p>
</div>
<div class="days">
<h1 id="d">zz..</h1>
<p id="leftto">left to PARTY!!!🎉🥳</p>
</div>
</div>
</div>
</body>
</html>