diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 19:15:16 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-13 23:42:49 +0100 |
commit | 0aad32b0f7c6520e59bef1c303d12dbdb3514544 (patch) | |
tree | e5d648f243bdf5bc256ff4b7f527df015b9c4d9a /src/_header.html |
Inital commit
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/_header.html b/src/_header.html new file mode 100644 index 0000000..58fa742 --- /dev/null +++ b/src/_header.html @@ -0,0 +1,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> |