]> git.localhorst.tv Git - alttp.git/blobdiff - resources/views/app.blade.php
install bases system
[alttp.git] / resources / views / app.blade.php
diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php
new file mode 100644 (file)
index 0000000..34df568
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
+       <head>
+               <meta charset="utf-8">
+               <meta name="viewport" content="width=device-width, initial-scale=1">
+
+               <title>{{ config('app.name', 'Laravel') }}</title>
+               <link rel="icon" href="{{ URL::asset('favicon.ico') }}" type="image/x-icon">
+
+               <script src="{{ mix('js/app.js') }}" defer></script>
+
+               <link href="{{ mix('css/app.css') }}" rel="stylesheet">
+       </head>
+       <body>
+               <div id="react-root" class="title m-b-md">
+               </div>
+       </body>
+</html>