wb5/header.html

26 lines
797 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/svg" href="/public/favicon.svg">
<title>{{TITLE}}</title>
<link href="https://www.dogeystamp.com/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<meta name="description" content="dogeystamp's personal website">
<meta name="author" content="dogeystamp">
<link rel="stylesheet" href="/public/css/style.css">
</head>
<div class="header">
<img src="/public/img/logo.svg" class="logo">
<b>dogeystamp</b>
<a href="/index.html">home</a>
<a href="/about">about</a>
<a href="/projects">projects</a>
<a href="https://git.dogeystamp.com">gitea</a>
</div>
<article>