#9 - set up frontend #10

Merged
Baakoma merged 13 commits from #9-set-up-frontend into main 2022-01-11 14:04:01 +01:00
Showing only changes of commit 895f04e8d4 - Show all commits

View File

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