forked from windelicato/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.74 KB
/
Copy pathindex.html
File metadata and controls
34 lines (32 loc) · 1.74 KB
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
<!DOCTYPE html PUBLIC "-//W4C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<head>
<title>bill indelicato</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script type="text/javascript" src="js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="js/jquery-terminal.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/gameoflife.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42609508-1', 'windelicato.com');
ga('send', 'pageview');
</script>
<link rel="stylesheet" type="text/css" href="js/jquery-terminal.css"/>
<link rel="stylesheet" type="text/css" href="js/jquery-ui-1.10.3.custom.min.css"/>
</head>
<body>
<div id="bar"> <span id="clock"> </div></div>
<div id="gameoflife" class="floating"></div>
<div id="nametag" class="floating">
<img src='img/logo.png'>
<span style="color: #9f7155; font-family: Drift; font-size: 12px; font-weight: normal;">UNDER CONSTRUCTION.......</span>
</div>
<div id="term" class="floating"></div>
</body>
</html>