update everything

gmirator is now in its own repo and rewritten in Python.
the rest of the content was updated
This commit is contained in:
stev 2023-09-07 21:37:47 +02:00
parent 728985bb1d
commit 9d76c3fa2a
21 changed files with 57 additions and 257 deletions

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html>
<head>
<title>PAGETITLE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>