diff options
author | nathan <nathansmith@disroot.org> | 2025-08-10 21:02:05 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-10 21:02:05 +0000 |
commit | 3e36028d99b21d8946085be6b3597b63d1ed14d1 (patch) | |
tree | 9dc0c1ea8f22394243097205dfc10cf829ad48ae /org/blog/template.xhtml | |
parent | 0880780d5744d346ad44f4552cd25f8f5169a940 (diff) | |
download | shittyweb-3e36028d99b21d8946085be6b3597b63d1ed14d1.tar.gz shittyweb-3e36028d99b21d8946085be6b3597b63d1ed14d1.tar.bz2 shittyweb-3e36028d99b21d8946085be6b3597b63d1ed14d1.zip |
Better blog format
Diffstat (limited to 'org/blog/template.xhtml')
-rw-r--r-- | org/blog/template.xhtml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/org/blog/template.xhtml b/org/blog/template.xhtml deleted file mode 100644 index f9cf200..0000000 --- a/org/blog/template.xhtml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> - <title>Nathan's shitty blog</title> - <link rel="icon" type="image/x-icon" href="../images/icon.png" /> - <link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" - href="feed.xml" /> - <link rel="stylesheet" type="text/css" href="../css/blog.css" /> -</head> -<body> - <a href="../index.xhtml"><img src="../images/back_home.png" alt="Back to home - page"/></a> - <div class="container"> - <h1>Nathan's shitty blog</h1> - <a href="feed.xml" target="_blank"> - <img src="../images/rss.png" alt="rss" /> - </a> - <p> - I dont know if I will post often but here you go fucking world! - There is no topic, just me posting whatever is on my mind. Add - the feed to your feedreader <b>(you better have one)</b> so you - can stay updated on the things on my mind. - </p> - <div id="content-list"> - ~a - </div> - </div> - - ~a -</body> -</html> |