-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcool_shit.html
More file actions
39 lines (39 loc) · 1.27 KB
/
cool_shit.html
File metadata and controls
39 lines (39 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>blake's cool_shit</title>
<link rel="shortcut icon" href="img/clipped_wings.ico"/>
<link rel="stylesheet" href="style/main.css"/>
</head>
<body>
<div class="box">
<div class="pages">
<a href="./">About</a><a href="./lists.html">Lists</a>
</div>
<h1>Cool Phrases and Quotes:</h1>
<ul>
<h2>Halo Games</h2>
<li>IWHBYD</li>
<li>The Gun Pointed at the Head of the Universe</li>
<li>Off The Rock, Through The Bush, Nothing But Jackal</li>
<li>Shadow of Intent (The Flood has Evolved.)</li>
<li>Infinite Devil Machine</li>
<li>Real Men Don't Read Maps (Bang and clear.)</li>
<li>There'll be Another Time...</li>
<li>Any Landing You Can Walk Away From</li>
</ul>
<ul>
<h2>Sourced</h2>
<li><a href="https://www.youtube.com/@VagrantHoliday">P.S. To those asking if I'm dead, the answer is yes. Funeral was last week. You weren't invited.</a></li>
<li title="Madness Combat">SOMEWHERE IN NEVADA // DO WHAT COMES NATURAL</li>
<li title="Quadrilateral Cowboy">Quadrilateral Cowboy</li>
</ul>
<ul>
<h2>Random</h2>
<li>Different responses to "It'll be dangerous tonight."</li>
</ul>
</div>
</body>
</html>