|
@@ -2,7 +2,16 @@
|
|
|
<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['setting']['name']}}</title>
|
|
|
+<meta name="Keywords" content="" />
|
|
|
+<meta name="Description" content="" />
|
|
|
+<link href="{{static_url('mobile/css/global.css')}}" rel="stylesheet">
|
|
|
+<link href="{{static_url('pc/lib/layer/hint.css')}}" rel="stylesheet">
|
|
|
<link href="{{static_url('mobile/css/login.css')}}" rel="stylesheet">
|
|
|
</head>
|
|
|
|