File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed
Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Original file line number Diff line number Diff line change 1- @extends (' layouts.simple' )
1+ <!DOCTYPE html>
2+ <html lang =" {{ config (' app.lang' ) } }"
3+ dir =" {{ config (' app.rtl' ) ? ' rtl' : ' ltr' } }" >
4+ <head >
5+ <title >{{ isset ($pageTitle ) ? $pageTitle . ' | ' : ' ' } }{{ setting (' app-name' ) } } </title >
26
3- @section (' content' )
7+ <!-- Meta -->
8+ <meta name =" viewport" content =" width=device-width" >
9+ <meta charset =" utf-8" >
410
5- <div class =" container small mt-xl" >
6- <div class =" card content-wrap auto-height" >
7- <h1 class =" list-heading" >{{ trans (' errors.app_down' , [' appName' => setting (' app-name' )]) } } </h1 >
8- <p >{{ trans (' errors.back_soon' ) } } </p >
11+ <!-- Styles and Fonts -->
12+ <link rel =" stylesheet" href =" {{ versioned_asset (' dist/styles.css' ) } }" >
13+ <link rel =" stylesheet" media =" print" href =" {{ versioned_asset (' dist/print-styles.css' ) } }" >
14+
15+ <!-- Custom Styles & Head Content -->
16+ @include (' common.custom-styles' )
17+ @include (' common.custom-head' )
18+ </head >
19+ <body >
20+ <div id =" content" class =" block" >
21+ <div class =" container small mt-xl" >
22+ <div class =" card content-wrap auto-height" >
23+ <h1 class =" list-heading" >{{ trans (' errors.app_down' , [' appName' => setting (' app-name' )]) } } </h1 >
24+ <p >{{ trans (' errors.back_soon' ) } } </p >
25+ </div >
926 </div >
1027 </div >
11-
12- @stop
28+ </ body >
29+ </ html >
You can’t perform that action at this time.
0 commit comments