aboutsummaryrefslogtreecommitdiff
path: root/example/src/_header.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-15 18:17:10 -0400
committerhistoria <[not public]>2026-06-15 18:17:10 -0400
commitfec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch)
treea6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /example/src/_header.html
parent193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff)
downloadssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz
refactor. added rss feed.
Diffstat (limited to 'example/src/_header.html')
-rw-r--r--example/src/_header.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/example/src/_header.html b/example/src/_header.html
deleted file mode 100644
index a0923f4..0000000
--- a/example/src/_header.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <link rel="icon" type="image/png" href="https://example.org/favicon.png">
- <link rel="stylesheet" href="style.css">
- <title>Example</title>
-</head>
-<body>
-<div class="container">
-<a id="header" href="https://example.org">
-<pre>
-
-▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄
-█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀
-██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄
-█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀
-▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀
- ▀ █ ▀ ▀
- ▀
-</pre>
-</a>
-<div id="navigation">
-<a href="https://example.org/">Home</a> -
-<a href="https://codeberg.org/">Repos</a> -
-<a href="https://example.org/about.html">About</a>
-</div>
-</div>