v2 mostly working
This commit is contained in:
43
test.html
Normal file
43
test.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>muses</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main>
|
||||
|
||||
<article>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<header><a href="index.html">art regurgitor</a></header>
|
||||
<nav>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="index.html">index</a></li>
|
||||
<li><a href="meta.html">meta</a></li>
|
||||
<li><a href="muses.html"><i>muses</i></a></li>
|
||||
<li><a href="musings.html">musings</a></li>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
|
||||
<li><a href="computing.html">computing</a></li>
|
||||
|
||||
</ul>
|
||||
<hr><p><a href="https://git.sys42.net/dakedres/website/raw/branch/v2/site/muses.md">[source]</a></p>
|
||||
|
||||
</nav>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user