at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11" />
|
||||
<title>{%- block title -%}Welcome!{%- endblock -%}</title>
|
||||
{%- block stylesheets -%}{%- endblock -%}
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
|
||||
</head>
|
||||
<body id="body" onload="init()">
|
||||
{%- block body -%}{%- endblock -%}
|
||||
{%- block javascripts -%}{%- endblock -%}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user