19 lines
565 B
PHP
19 lines
565 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0, user-scalable=no">
|
|
<meta name="format-detection" content="telephone=no, email=no">
|
|
<meta name="HandheldFriendly" content="true">
|
|
<title>QUI Demo</title>
|
|
<link rel="stylesheet" href="/static/css/mzui.css">
|
|
</head>
|
|
<body >
|
|
@yield('content')
|
|
|
|
<script src="/static/js/mzui.min.js"></script>
|
|
<script src="/static/lib/jquery/jquery-3.2.1.min.js"></script>
|
|
</body>
|
|
</html>
|