mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve torrent approval
This commit is contained in:
14
resources/views/layui-page.blade.php
Normal file
14
resources/views/layui-page.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user