aboutsummaryrefslogtreecommitdiff
path: root/org/blog/blog-index-template.xhtml
blob: aa083e8f6fcae6ecfd9169ecfd3860691c5c7d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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" />
  <style type="text/css">
    body { background-image: url("../images/blog-background.jpg"); }
  </style>
</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>
</body>
</html>