web/header.html

15 lines
398 B
HTML
Raw Permalink Normal View History

2023-06-26 02:33:03 +00:00
<head>
<meta charset="UTF-8">
<title>~vitorg</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="block" class="text">
<h1><a href="/">~vitorg</a></h1>
<nav>
2024-02-17 02:44:46 +00:00
<p><a href="/about">about me</a> | <a href="/blog">blog</a> | <a href="/tinylog">tinylog</a></p>
2023-06-26 02:33:03 +00:00
</nav>
</header>
<article class="block">
<div class="text">