2024-02-17 09:44:08 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2024-02-17 10:26:17 +01:00
|
|
|
<link rel="stylesheet" href="pico.min.css" />
|
2024-02-17 10:15:15 +01:00
|
|
|
<link rel="stylesheet" href="style.css" />
|
2024-02-17 15:58:36 +01:00
|
|
|
<meta charset="UTF-8">
|
2024-02-17 09:44:08 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-02-17 10:15:15 +01:00
|
|
|
<div class="container">
|
2024-02-17 16:11:16 +01:00
|
|
|
<ol>
|
2024-02-17 10:15:15 +01:00
|
|
|
{{content}}
|
2024-02-17 16:11:16 +01:00
|
|
|
</ol>
|
2024-02-17 10:15:15 +01:00
|
|
|
</div>
|
2024-02-17 11:14:49 +01:00
|
|
|
<script>
|
|
|
|
|
|
|
|
</script>
|
2024-02-17 09:44:08 +01:00
|
|
|
</body>
|
|
|
|
</html>
|