making it look better

This commit is contained in:
りき萌 2023-08-18 17:04:12 +02:00
parent ad84a79335
commit 30255be018
22 changed files with 2567 additions and 72 deletions

View file

@ -3,12 +3,20 @@
<html>
<head>
<meta charset="UTF-8">
<title>{{ config.user.title }}</title>
<link rel="stylesheet" href="{{ local 'static/main.css' }}">
<link rel="stylesheet" href="{{ site }}/static/css/main.css">
<link rel="stylesheet" href="{{ site }}/static/font/font.css">
<script type="module" src="{{ site }}/static/js/usability.js"></script>
</head>
<body>
{{{ tree }}}
<main class="tree">
{{{ tree }}}
</main>
</body>
</html>