-
Notifications
You must be signed in to change notification settings - Fork 850
Expand file tree
/
Copy pathplugin.html
More file actions
40 lines (35 loc) · 1.72 KB
/
Copy pathplugin.html
File metadata and controls
40 lines (35 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1 , user-scalable=no">
<title>{{.system_name}} | MM-Wiki</title>
<link type="favicon" rel="shortcut icon" href="/static/images/favicon.ico" />
<!-- Bootstrap core CSS -->
<link type="text/css" rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap.min.css">
<!-- font-awesome css-->
<link type="text/css" rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
<!-- bootstrap-switch.css -->
<link type="text/css" rel="stylesheet" href="/static/plugins/bootstrap-switch/css/bootstrap-switch.min.css">
<!-- Custom styles for this template -->
<link type="text/css" rel="stylesheet" href="/static/css/common.css">
<!-- jquery js-->
<script type="text/javascript" src="/static/plugins/jquery/jquery1.11.js"></script>
<!-- jquery form js-->
<script type="text/javascript" src="/static/plugins/jquery/jquery.form.js"></script>
<!-- Bootstrap core js-->
<script type="text/javascript" src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- layer js-->
<script type="text/javascript" src="/static/plugins/layui/layer/layer.js"></script>
<!-- bootstrap-switch js-->
<script type="text/javascript" src="/static/plugins/bootstrap-switch/js/bootstrap-switch.min.js"></script>
<script src="/static/js/common/common.js"></script>
<script src="/static/js/common/date.js"></script>
<script src="/static/js/common/form.js"></script>
<script src="/static/js/common/layers.js"></script>
</head>
<body id="frame-body">
{{.LayoutContent}}
</body>
</html>