This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.74 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
46
47
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="dcVmGE6qcyvB8MYRE8YF89ECRNjeAde6KNpDpAzTfjg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="res/global/styles.css">
<link rel="shortcut icon" type="image/png" href="/res/media/images/favicon.png"/>
<title>DusterTheFirst</title>
<script src="/res/global/jquery-3.1.1.js"></script>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
</head>
<body>
<!-- HEADER-->
<div id="header"></div>
<div id="headerspacer" class="desktop"> </div>
<div id="headerspacer" class="mobile"> </div>
<script src="res/include/headerinclude.js"></script>
<!-- /HEADER-->
<!-- JUMBOTRON-->
<div id="jumbotron">
<div class="contain">
<h1 class="title">DusterTheFirst</h1>
<a href="/about.html">About Me</a>
</div>
</div>
<!-- /JUMBOTRON-->
<!--CHRISTMAS-->
<script src="/res/private/counter.js"></script>
<link rel="stylesheet" type="text/css" href="/res/private/feed.css">
<div class="feeditem" style="display:none;">
<a class="link" href="#">
<b><div class="title">COUNTDOWN TO CHRISTMAS</div></b>
</a>
<hr>
<div class="feedcontent" id="countdown">LOADING...</div>
</div>
<script>
CountDownTimer('12/25/2016 0:00 AM', 'countdown');
timer = setInterval(showRemaining, 1000);
</script>
<!-- FEED-->
<div id="feed"></div>
<script src="res/private/feed.js"></script>
<!-- /FEED-->
</body>
</html>