-
Notifications
You must be signed in to change notification settings - Fork 0
/
count_down.html
31 lines (31 loc) · 975 Bytes
/
count_down.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Aboyob 16</title>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
type="text/javascript"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<link rel="stylesheet" href="./assets/css/count_down.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<!-- partial -->
<div id="uppertext">
<h2>Wait 👇🏼</h2>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="./assets/js/count_down.js"></script>
<div id="lowertext">
<h2>
until next semester comes !! 🤔 MAYBE !!!
</h2>
</div>
</body>
</html>