#11 - basic layout (#15)

* #11 - basic layout

* #5 - bump dependencies

* #11 - fix

* #11 - fix

* #11 - fix logo
This commit is contained in:
Adrian Hopek
2022-01-12 14:18:25 +01:00
committed by GitHub
parent 2abd83526d
commit e015f02892
11 changed files with 681 additions and 658 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/icon.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>