blob: bd404c7b0b3b76ed46cf11c10f97bffe355a7c3f (
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
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<content>
<pagetitle>It's just my website</pagetitle>
<text>Welcome to my small humble website.</text>
<enumeration>
<enumitem>
<noop>My Github page: </noop>
<hyperlink>http://github.com/snonux</hyperlink>
</enumitem>
<enumitem>
<noop>My profile on LinkedIn: </noop>
<hyperlink>http://linkedin.buetow.org</hyperlink>
</enumitem>
<enumitem>
<noop>Follow me at Twitter if you want:</noop>
<hyperlink>http://twitter.buetow.org</hyperlink>
</enumitem>
<enumitem>
<noop>Or at my (web)log:</noop>
<hyperlink>http://io.buetow.org</hyperlink>
</enumitem>
<enumitem>
<noop>At 500px:</noop>
<hyperlink>http://500px.buetow.org</hyperlink>
</enumitem>
<enumitem>
<noop>Or at Flickr:</noop>
<hyperlink>http://flickr.buetow.org</hyperlink>
</enumitem>
<enumitem>
<noop>Test you IPv6 connectivity here:</noop>
<hyperlink>http://ipv6.buetow.org</hyperlink>
</enumitem>
</enumeration>
</content>
|