29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Example website</title>
|
|
<meta name="Description" Content="Vault">
|
|
|
|
<link href="/main.css" rel="stylesheet">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
|
<link rel="manifest" href="/img/site.webmanifest">
|
|
<script src="vault.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
|
|
<h2><img src="/pics/happy-ferris.png" style="width:20%;"><br>
|
|
My First Article</h2>
|
|
<hr>
|
|
<p>Hello !
|
|
The blog post you're currently reading is hosted on Flog, my own blog system.
|
|
I created everything : the web server, the template library, this blog system, in a few days, thanks to Rust&.
|
|
</p>
|
|
<hr>
|
|
<i><a href="/">Go back home ?</a></i>
|
|
</body>
|
|
</html>
|