-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (51 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
54 lines (51 loc) · 2.26 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harken</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="header-outer">
<div class="header-inner">
<span class=title>HARKEN</span>
<div class="appstorebadge">
<a href="http://apple.co/1KvMEEv " target="_blank"><img src="images/appstorebadge.png"></a>
</div>
</div>
</div>
<div style="clear: both;"></div>
<div class="firstrow">
<div class="firstrow-content">
<span class="tagline">
Harken is a new iOS app that gives you immediate access to the albums on your iPhone and iPad.
Exceptional ease-of-use with large touch areas and intuitive gestures.
</span>
<img class="firstrow" src="images/iPad-and-iPhone.png">
</div>
</div>
<!--
<div class=darkrow-outer>
<div class=darkrow-inner>
<div class="left-text">
ALBUMS
</div>
</div>
</div>
-->
<div class="footer-outer">
<div class="footer-inner">
<div class="footer-links">
<a class="title" href="http://bit.ly/myAppStoreFromWebPage" target="_blank">More apps by Ben</a><br><br>
<a class="app" href="http://apple.co/1KvMEEv" target="_blank">Harken for iPad and iPhone</a><br>
<a class="app" href="http://apple.co/1FbUuwn" target="_blank">Harken For iPhone</a><br>
<a class="app" href="http://bit.ly/smpfa1" target="_blank">Simple Media Player Free for iPhone and Apple Watch</a>
</div>
<div style="float:clear;"> </div>
<span class="footer-copyright">
© 2015 Ben Thomas
</span>
<div class="disclaimer">Apple, the Apple logo, iPad, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc.</div>
</div>
</div>
</body>
</html>