update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-06-19 16:00:08 -07:00
parent 855c8ee688
commit 4a081f544e
1 changed files with 55 additions and 0 deletions

55
misc/media.html Normal file
View File

@ -0,0 +1,55 @@
<!doctype html>
<html>
<head>
<title>Zk | Media I liked</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Media I liked</h1>
</header>
<article class="content">
<ul>
<li>Movies<ul>
<li>Over Your Dead Body</li>
<li>One Cut of the Dead</li>
<li>Vengeance trilogy</li>
<li>Arrival</li>
<li>Annihilation</li>
<li>The Vast of Night</li>
<li>Mother</li>
</ul>
</li>
<li>Shows<ul>
<li>Devs (specifically ep 5)</li>
<li>Russian Doll</li>
</ul>
</li>
<li>Books<ul>
<li>Southern Reach</li>
<li>House of Leaves</li>
<li>Ancillary trilogy</li>
<li>Hyperion Cantos</li>
<li>This World Is Full of Monsters</li>
<li>This Is How You Lose the Time War</li>
<li>Dune</li>
<li>Spin</li>
<li>The Diamond Age</li>
<li>Love Dishonor Marry Die Cherish Perish a Novel By</li>
<li>Pattern Recognition</li>
<li>The Martian</li>
<li>Sabriel</li>
<li>Pharmako/* trilogy</li>
</ul>
</li>
</ul>
</article>
<footer>
<p>Page generated on 2020-06-19</p>
</footer>
</main>
</body>
</html>