38 lines
1.1 KiB
HTML
38 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>
|
|
|
|
|
|
|
|
<h1>Squi's awesome git blog</h1>
|
|
<p><img src="/pics/ferris.png" style="width:20%;"></p>
|
|
<br><br>
|
|
<h2>Lately on this great blog</h2>
|
|
<hr>
|
|
<p>
|
|
<a href="pages/3-A_very_different_page.html">3-A_very_different_page</a><br>
|
|
<a href="pages/2-secondpage.html">2-secondpage</a><br>
|
|
<a href="pages/1-firstpage.html">1-firstpage</a><br>
|
|
|
|
</p>
|
|
<hr>
|
|
|
|
<hr>
|
|
<i><a href="/">Go back home ?</a></i>
|
|
</body>
|
|
</html>
|
|
|