mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
15 lines
481 B
PHP
15 lines
481 B
PHP
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="stylesheet" href="/styles/sprites.css">
|
|
<link rel="stylesheet" href="/vendor/layui/css/layui.css">
|
|
@stack('css')
|
|
<script type="text/javascript" src="/js/jquery-1.12.4.min.js"></script>
|
|
<script type="text/javascript" src="/vendor/layui/layui.js"></script>
|
|
@stack('scripts')
|
|
</head>
|
|
<body>
|
|
@yield('content')
|
|
</body>
|
|
</html>
|