15 min, search multiple

This commit is contained in:
2020-03-31 16:34:58 +02:00
parent aa07dffa1b
commit 4258f53d77
31 changed files with 902 additions and 472 deletions

View File

@@ -12,6 +12,11 @@
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<!-- CSRF -->
@section('head')
@show
<style>
html, body {
@@ -97,6 +102,7 @@
@section('links')
<div class="links">
<a href="{{ url('/15min') }}">15min</a>
<a href="{{ url('/search') }}">Search</a>
</div>
@show