blob: 1c925253edec36fd4d038b7e9d637bf884fb11a0 (
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
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>blog test</h1>
<div class="entries">
<div>
<h1>test</h1>
<p>test testing lol</p>
...
<a href="www.example.com/entries/test.html">more</a>
<p>Date: Sun, 08 Aug 2021</p>
</div>
<div>
<h1>blarg</h1>
<p>blarg blarg test haha</p>
...
<a href="www.example.com/entries/blarg.html">more</a>
<p>Date: Sun, 08 Aug 2021</p>
</div>
<div>
<h1>test my blog</h1>
<p>this is an entry woooooooooooow</p>
...
<a href="www.example.com/entries/test my blog.html">more</a>
<p>Date: Sun, 08 Aug 2021</p>
</div>
</div>
</body>
</html>
|