-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (51 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Submarine Two - Airtight Multitasking Browser</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<link rel="icon" type="image/png" href="images/two/submarine_two.png">
<meta name="apple-itunes-app" content="app-id=1023238124, app-argument=https://itunes.apple.com/us/app/submarine-powerful-intuitive/id1023238124?ls=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="top">
<div id="icon-container"><a href="index.html">
<img id="icon" src="images/two/submarine_two.png"/>
</a></div>
<h1>Submarine Two</h1>
<h2>Airtight Multitasking Browser</h2>
<a href="https://apps.apple.com/us/app/submarine-two/id1487229555?ls=1"><img id="badge" src="images/appstore.svg" /></a>
<a href="https://testflight.apple.com/join/r90XLlwE"><img id="testflight" src="images/testflight.png" /></a>
<br/>
<h3>
<a href="legal.html">⎋ Terms and Conditions</a>
</h3>
</div>
<div id="bottom">
<p>
<span style="font-size: 22px; font-weight: 500;">More than a Reddit app.</span> A desktop-quality multitasking experience brought to your fingertips. Tap and hold on anything to open it in the Dock. Drag and drop to rearrange and set your favorite thing as your homepage!
<br/><br/>
Main features include:
<ul>
<li>Swipe to vote, save, and interact with everything</li>
<li>Tap and hold to Dock everything on Reddit</li>
<li>Make your own themes, choose your own fonts, and dramatically personalize your experience</li>
<li>Advanced Reddit feature support including Leaderboard, Multireddit, Moderator, Wiki, Collections, and more</li>
<li>Fast, reliable navigation with inline searching to find things easily</li>
<li>Push Notifications for Pro Mode users, with Monthly, Yearly, and Lifetime tiers available!</li>
</ul>
Read more about Submarine Two's End-User License Agreement and Privacy Policy online at: <a href="http://submarineforios.com/legal.html">http://submarineforios.com/legal.html</a>.
</p>
<div id="copyright"><center>
<h3>
<a href="https://twitter.com/submarineapp">@submarineapp</a>
<br/>
© 2015-2020 Julian (insanj) Weiss
<br/>
Submarine and Submarine Two are not affiliated with Reddit, Apple, or any other organization.
</h3>
</center></div>
</div>
</body>
</html>