Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
commit
bc862a2303
|
@ -1,4 +1,4 @@
|
||||||
@extends("app.layout.base")
|
@extends("user.layout.base")
|
||||||
|
|
||||||
@section("title")
|
@section("title")
|
||||||
Login
|
Login
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="background-color: #00788a;">
|
||||||
@yield("content")
|
@yield("content")
|
||||||
|
|
||||||
<script src="{{ mix("/js/app.js") }}"></script>
|
<script src="{{ mix("/js/app.js") }}"></script>
|
||||||
|
|
Loading…
Reference in New Issue