-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·76 lines (43 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!-- BEGIN HTML -->
<html dir="ltr" lang="en-US">
<head>
<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-52970055-1', 'auto');
ga('send', 'pageview');
</script>
<meta charset="utf-8">
<!-- PAGE TITLES -->
<title>Lorem</title>
<!-- META -->
<meta name="description" content="Lorem - Write and discover micropoetry" />
<meta name="keywords" content="poetry" />
<!-- MAIN CSS -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- FONTS -->
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<!-- SHORTCUT ICONS -->
<link REL="SHORTCUT ICON" HREF="images/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="images/iphoneicon.png">
</head>
<body>
<div id="headerbg"></div><!-- END HEADER BACKGROUND -->
<div id="container">
<header>
<img src="images/logo.png"><h1>Lorem</h1>
<a id="button" href="https://itunes.apple.com/app/apple-store/id902006179?pt=96179026&ct=loremapp.com&mt=8">Download</a>
</header>
<div id="content">
<img src="images/lorem.png">
<p>Write and discover micropoetry.<p>
</div><!-- END CONTENT -->
</div><!-- END CONTAINER -->
<footer>
<p>© 2014 Lorem - <a href="https://twitter.com/loremapp">Twitter</a> - <a href="mailto:[email protected]?Subject=Hello" target="_top">Contact</a></p>
</footer>
</body>
</html>