Initial Commit
This commit is contained in:
commit
9b22323711
36 changed files with 7164 additions and 0 deletions
6
resources/views/errors/404.blade.php
Normal file
6
resources/views/errors/404.blade.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@extends('layouts.default')
|
||||
|
||||
@section('content')
|
||||
<h1>404</h2>
|
||||
<a href="/">Gå tillbaka</a>
|
||||
@endsection
|
||||
Reference in a new issue