Initial new theme ArchitectUI

This commit is contained in:
Deon George
2020-09-02 00:17:33 +10:00
parent 7dc9ebf3a6
commit 0a541c1a36
10 changed files with 642 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} - @yield('htmlheader_title', 'Your title here')</title>
<title>{{ config('app.name') }} - @yield('htmlheader_title','Your title here')</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
@@ -46,4 +46,4 @@
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
@endif
</head>
</head>