blob: d4eeffb0e189480618e979a654452be3a16fbf11 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!DOCTYPE html>
<html>
<head>
<title>Nathan's shitty blog</title>
<link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="feed.xml">
<style>
body {
color: black;
background-image: url('../images/blog_background.png');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a>
<center>
<table border="1" width="60%">
<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>
|