-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.html
executable file
·57 lines (41 loc) · 1.17 KB
/
presentation.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
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>
<html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>
<html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>AFFORDINATOR - Helping you find the best damn place to live</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- For progressive enhancement -->
<script src="/js/libs/modernizr-2.0.6.min.js"></script>
<style>
html {
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
/* background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%);*/
height: 100%;
}
h1 {
font: bold 12em 'helvetica neue', arial;
letter-spacing: -10px;
text-align: center;
color: #ddd;
text-shadow: 0px 1px 0px #bbb;
line-height: 1.8em;
}
a {
text-decoration: none;
}
</style>
</head>
<body class="presentation">
<a href="index.html"><h1>affordinator</h1></a>
</body>
</html>