making it look better
This commit is contained in:
parent
ad84a79335
commit
30255be018
22 changed files with 2567 additions and 72 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue