32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="$language$">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Kevin Matsubara |> $title$</title>
|
|
<link rel="icon" type="image/x-icon" href="/images/icon/icon.ico">
|
|
<link rel="stylesheet" href="/lib/bootstrap-5.3.8-dist/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="/css/custom.css" />
|
|
</head>
|
|
<body>
|
|
|
|
$partial("templates/navbar.html")$
|
|
|
|
<header>
|
|
<h1>$title$</h1>
|
|
</header>
|
|
|
|
<main role="main">
|
|
$body$
|
|
</main>
|
|
|
|
<footer class="bg-body-tertiary">
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer">Hakyll</a> and <a href="https://getbootstrap.com/" target="_blank" rel="noopener noreferrer">Bootstrap</a>, using <a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer">Docker</a> containers with <a href="https://www.nginx.com/" target="_blank" rel="noopener noreferrer">Nginx</a> on a <a href="https://www.strato.nl/server/vps-linux/" target="_blank" rel="noopener noreferrer">Strato<la> VPS.
|
|
</footer>
|
|
</body>
|
|
|
|
<script src="/lib/bootstrap-5.3.8-dist/js/bootstrap.bundle.js"></script>
|
|
</html>
|