blob: 6bb2ad74ed424497c11c8cfffb1fe96926981813 (
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
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Updated blogthis script</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Updated blogthis script</h2>
<h3>2026-06-16</h3>
<h4>now with markdown</h4>
<p>
I've updated my blogthis script so I can write articles in markdown.
</p>
<p>
It saves me having to write html in the articles and avoids errors.
</p>
<p>
I've uploaded it to
<a href="https://git.wittamore.fr/blog-scripts/tree/"
>my git server</a
>
</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|