#11 - basic layout

This commit is contained in:
Adrian Hopek
2022-01-12 12:08:55 +01:00
parent 262d37d862
commit 6c36fac3df
9 changed files with 765 additions and 629 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<link rel="icon" href="/img/logo.png">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link href="{{ asset('/css/app.css') }}" rel="stylesheet"/>
<script src="{{ asset('/js/app.js') }}" defer></script>