-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.51 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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>HyperTrousers</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href='http://fonts.googleapis.com/css?family=Lustria|Niconne' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript">// <![CDATA][
(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','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70477783-1', 'auto');
ga('send', 'pageview');
// ]]></script>
</head>
<body>
<div>
<h1>HyperTrousers</h1>
<h3>Work in progress</h3>
</div>
<hr width="80%">
<hr width="95%">
<hr width="60%">
<hr width="80%">
<hr width="40%">
<hr width="60%">
<hr width="30%">
<hr width="40%">
<div>
<div class="left">
<img src="images/face.png" />
</div>
<div class="right">
<p>Performing redesign of site</p>
<p>For list of services, go <br> <a href="stuff.html">HERE</a></p>
</div>
</div>
</body>
</html>