blob: 1dd280a1b032670bf272f5e18d7fbe9e46c592ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>First Post</title>
<link rel="stylesheet" href="bulma.css">
</head>
<body>
<div>
<h2 class="title">First Post</h2>
<h1>This is our first Post!</h1>
<p>Welcome to the first post ever on cobalt.rs!</p>
</div>
</body>
</html>
|