1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-20 05:27:38 +00:00

move master view

This commit is contained in:
devfake
2015-06-23 10:58:56 +02:00
parent bb503c1d03
commit d1011e8c54
2 changed files with 1 additions and 1 deletions
site
client
server
config

23
site/client/app.blade.php Normal file

@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="csrf-token" class="token" content="{{ csrf_token() }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gwent Online</title>
<link href="{{ url('favicon.ico') }}" rel="icon" type="image/x-icon">
<link href="{{ url('assets/css/app.css') }}" rel="stylesheet">
</head>
<body class="{{ $section }}">
<component is="{{ $section }}"></component>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="{{ url('assets/js/bundle.js') }}"></script>
</body>
</html>