-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
25 lines (24 loc) · 1.19 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<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">
<meta content="email=yes" name="format-detection">
<meta name="author" content="lhq">
<meta name="description" content="User Center - StarMe!">
<title>User Center - StarMe!</title>
<script type="text/javascript">
/* If below IE9 */
if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE6.0" || navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0" || navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE8.0"){
alert("Your browser version is too low, please use IE9 and above or Chrome, Firefox and other browsers!");
}
</script>
</head>
<body>
<div id="app"></div>
<script src="./js/build.js"></script>
</body>
</html>