mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add the viewport meta tag
This commit is contained in:
parent
859c8987d7
commit
815b5a2c98
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
<title>Hypothetical Template</title>
|
<title>Hypothetical Template</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="{{ elixir("js/lib.js") }}"></script>
|
<script src="{{ elixir("js/lib.js") }}"></script>
|
||||||
<script src="{{ elixir("js/app.js") }}"></script>
|
<script src="{{ elixir("js/app.js") }}"></script>
|
||||||
@if (Config::get('app.debug'))
|
@if (Config::get('app.debug'))
|
||||||
|
|
Loading…
Reference in a new issue