stevengibone.com/html-helper/header-part.html
stev 9d76c3fa2a update everything
gmirator is now in its own repo and rewritten in Python.
the rest of the content was updated
2023-09-07 21:37:47 +02:00

18 lines
421 B
HTML

<!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>