aboutsummaryrefslogtreecommitdiff
path: root/src/_header.html
blob: 58fa74223aa3638bcc2abc369cb844ef3ed1196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title></title>
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <link rel="alternate" type="application/rss+xml" title="" href='feed'>
        <link rel="stylesheet" type="text/css" href="main.css">
    </head>
    <body>
        <header>
            <nav>
                <a href="/">Home</a><span> | </span>
                <a href="/rss.xml">RSS</a>
            </nav>
        </header><main>