18 lines
606 B
HTML
18 lines
606 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<meta name="theme-color" content="#000000">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="stylesheet" href="/assets/theme.css">
|
|
<link rel="shortcut icon" type="image/svg" href="/assets/favicon.svg">
|
|
<title>Lucas Escot</title>
|
|
</head>
|
|
<body>
|
|
<nav>{{ $nav }}</nav>
|
|
<main>{{ $body }}</main>
|
|
<footer>2022 · <a href="https://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a></footer>
|
|
</body>
|
|
</html>
|