-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.tpl
33 lines (33 loc) · 1.19 KB
/
index.tpl
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script type='text/javascript'>
var _vds = _vds || [];
window._vds = _vds;
(function(){
_vds.push(['setAccountId', '8105afeaf4e1ef50']);
(function() {
var vds = document.createElement('script');
vds.type='text/javascript';
vds.async = true;
vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(vds, s);
})();
})();
</script>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />
<title>@ViewBag.Title ERP</title>
@{
var ico = "favicon_" + @ViewBag.User + ".ico";
}
<link rel="shortcut icon" href="@ico">
<link rel="Bookmark" href="@ico">
</head>
<body user ="@ViewBag.User">
<div id="app"></div>
</body>
</html>