-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlandings.html
26 lines (21 loc) · 947 Bytes
/
landings.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="description" content="">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/landings-styles.css">
<link rel="shortcut icon" href="media/images/tv.png">
</head>
<body>
<div class="llc">
<a class="landing-links" href="landings/chapter-i.html">Chapter I: The Long Run</a>
<a class="landing-links" href="landings/chapter-ii.html">Chapter II: Paper Airplanes and TV People</a>
<a class="landing-links" href="landings/chapter-iii.html">Chapter III: The Good Part (I'll Be There)</a>
<a class="landing-links" href="landings/infinity.html">Infinity (Right Track, Pt. 2)</a>
<a class="landing-links" href="landings/everything.html">Everything You Didn't Want to Hear</a>
<a class="landing-links" href="landings/i-quit.html">I Quit Everything</a>
</div>
</body>
</html>