blob: 1c15cc5d1f8717dd05f6fcff793bb1b548f5d69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.svg">
<link rel="stylesheet" href="/static/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<title>tfstated</title>
</head>
<body>
<header>
</header>
<main class="container">
{{ template "main" . }}
</main>
<footer>
</footer>
</body>
</html>
|