update from sparkleup
This commit is contained in:
parent
0f2d3a23d8
commit
855c8ee688
|
@ -14,7 +14,7 @@
|
||||||
<article class="content">
|
<article class="content">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="stream.html">Stream notes</a></li>
|
<li><a href="stream.html">Stream notes</a></li>
|
||||||
<li><a href="shows.html">Movies/shows/etc I liked</a></li>
|
<li><a href="media.html">Movies/shows/etc I liked</a></li>
|
||||||
<li>Descs:<ul>
|
<li>Descs:<ul>
|
||||||
<li><a href="makyo.html">Makyo</a></li>
|
<li><a href="makyo.html">Makyo</a></li>
|
||||||
<li><a href="maddy.html">Maddy</a></li>
|
<li><a href="maddy.html">Maddy</a></li>
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | Movies/shows/etc 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 | Movies/shows/etc 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</li>
|
||||||
|
<li>Russian Doll</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2020-06-19</p>
|
||||||
|
</footer>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue