|
@@ -3,7 +3,20 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
- {%include '../inc/header.html'%}
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
|
|
+ <meta content="yes" name="apple-mobile-web-app-capable">
|
|
|
+ <meta content="black" name="apple-mobile-web-app-status-bar-style">
|
|
|
+ <meta content="telephone=no" name="format-detection">
|
|
|
+
|
|
|
+ <title>{{data['info']['welcome']}} - {{data['setting']['name']}}</title>
|
|
|
+
|
|
|
+ <meta name="Keywords" content="" />
|
|
|
+ <meta name="Description" content="" />
|
|
|
+
|
|
|
+ <link href="{{static_url('pc/css/global.css')}}" rel="stylesheet">
|
|
|
+ <link href="{{static_url('pc/lib/layer/hint.css')}}" rel="stylesheet">
|
|
|
+ <script type="text/javascript" src="{{static_url('pc/lib/jquery/jquery-1.8.3.min.js')}}"></script>
|
|
|
<link href="{{static_url('pc/css/pmjk.css')}}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|