Add highscores, faq and credits

This commit is contained in:
2021-12-26 18:05:58 +01:00
parent 7629e8bfce
commit 3b61a5d7a8
8 changed files with 72 additions and 27 deletions

View File

@@ -15,10 +15,13 @@
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
@include('layouts.navigation')
<div class="font-sans text-gray-900 antialiased">
{{ $slot }}
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>