-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (36 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<!-- Site -->
<link href="style.css?v=829358" rel="stylesheet" type="text/css">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="vendor.js?v=829358"></script>
<script src="script.js?v=829358"></script>
</head>
<body>
<div class='cover'></div>
<div id='all'>
<div role='message' class='message-box hide'>
<form role='inputform' action='.'>
<input value='in 15 minutes' type='text' name='q' autofocus>
<span class='hint'>Try: "7:30pm" "in 20 minutes"</span>
</form>
</div>
<div role='countdown_page' class='page hide'>
<img src='http://manilajs.com/assets/manilajs-white-mono.png' class='logo' alt=''>
<textarea spellcheck='false' class='heading-1'>#manilajs</textarea>
<textarea spellcheck='false' class='heading-2'>We're glad to have you.
Come let's join us.</textarea>
<div class='hr'></div>
<textarea spellcheck='false' class='heading-3'>Let's begin in</textarea>
<div class='timer t-heading' role='timer_value'></div>
<div class='date t-sub' role='timer_date'></div>
<textarea spellcheck='false' class='date heading-4'>⚡</textarea>
</div>
</div>
</body>
</html>