-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·39 lines (33 loc) · 2.17 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="小猴偷米:为东南大学在校生提供校园信息服务平台,安全、隐私,只有你看得见。">
<meta name="keywords" content="小猴偷米,东南大学,先声网,Herald,HeraldStudio">
<link rel="canonical" href="https://myseu.cn"/>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,user-scalable=no,viewport-fit=cover">
<!-- 顶部显示 iOS App 跳转 -->
<!-- <meta name="apple-itunes-app" content="app-id=1378941139"> -->
<!-- 支持 iOS WebApp -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="小猴偷米">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<link rel="apple-touch-icon" href="static/images/icon.png">
<link rel="shortcut icon" href="static/images/favicon.png" />
<link rel="apple-touch-startup-image" href="static/images/splash-1536-2008.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/images/splash-1242-2208.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/images/splash-750-1334.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)">
<link rel="apple-touch-startup-image" href="static/images/splash-640-1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)">
<!-- 支持 Android Add-to-Homescreen(A2HS) -->
<!-- manifest 不允许跨域 -->
<!-- <link rel="manifest" href="//myseu.cn/manifest.json"> -->
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<title>小猴偷米</title>
</head>
<body onselectstart="return false">
<div id="app"></div>
<script src="./src/hybrid.js"></script>
<script src="./src/main.js"></script>
</body>
</html>