summaryrefslogtreecommitdiff
path: root/public/hello-world/index.html
blob: 40456d84b50c3a2f971b60f54a122f68e5b95646 (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
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  <title>Hello world!</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>

<h1>
<a href=http://blaise.zone>blaise</a>/<a href=../>blog</a>/Hello world!
</h1>

<hr>

<h2>Header:</h2>
<p><em>Markdown content</em></p>

<hr>

<ul class="horizontal">
    <li>built 2020-04-11 15:56:23</li>
    <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
</ul>

</body>
</html>