reparent default xyzzy to plugh subdir

This commit is contained in:
tengel 2024-03-31 09:10:57 -05:00
parent f2b36a9974
commit 5ee8490d20
11 changed files with 14 additions and 14 deletions

42
html/plugh/index.html Normal file
View file

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>xyzzy</title>
<meta name="description" content="a maze of twisty little passages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="index.css">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="favicon.png" type="image/png">
</head>
<body>
<header id="header">
<div class="title-wrapper content">
<div class="title-group">
<h1 class="title">xyzzy</h1>
<span class="description">
<em>a personal domain</em>
</span>
</div>
</div>
</header>
<main id="main">
<div class="content middle">
<p><a target="_blank" href="https://en.wikipedia.org/wiki/Xyzzy_(computing)">The magic word XYZZY</a></p>
</div>
</main>
<footer id="footer">
<div class="content middle">
<span class="footdesc">[ .ee | .fi ]</span>
</div>
</footer>
</body>
</html>