Public
markdownBlogStarter
Viewing readonly version: 13View latest version
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My blog</title>
<link rel="stylesheet" href="https://classless.de/classless.css">
</head>
<body>
<h1>Welcome to my blog</h1>
<h2>Posts</h2>
</body>
</html>
H
index.ts