wb5/header.html
2023-05-14 13:20:25 -04:00

38 lines
958 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">
<style>
@font-face
{
font-family: JetBrainsMono;
src: url(/public/fonts/JetBrainsMono-Regular.ttf);
}
@font-face
{
font-family: JetBrainsMono;
src: url(/public/fonts/JetBrainsMono-Bold.ttf);
font-weight: bold;
}
</style>
<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 me</a>
</div>
<article>