aboutsummaryrefslogtreecommitdiff
path: root/org/blog/template.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'org/blog/template.xhtml')
-rw-r--r--org/blog/template.xhtml38
1 files changed, 38 insertions, 0 deletions
diff --git a/org/blog/template.xhtml b/org/blog/template.xhtml
new file mode 100644
index 0000000..9269506
--- /dev/null
+++ b/org/blog/template.xhtml
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<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" />
+</head>
+<body bgcolor="#dcd1ba" background="../images/blog_background.png">
+ <a href="../index.xhtml"><img src="../images/back_home.png" alt="Back to home
+ page"/></a>
+ <center>
+ <table border="1" width="60%" bgcolor="#bebebe">
+ <tr>
+ <td>
+ <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>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ ~a
+ </td>
+ </tr>
+ </table>
+
+ ~a
+ </center>
+</body>
+</html>