-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1017 Bytes
/
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="keywords" content="canvas,canvas游戏,H5游戏,记忆卡片" />
<meta name="description" content="记忆卡片" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="记忆卡片" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="记忆卡片" />
<meta name="theme-color" content="#c3c8c9" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="apple-touch-icon" href="./favicon/apple-touch-icon.png">
<link rel="icon" href="./favicon/favicon.ico">
<link rel="stylesheet" href="./css/index.css">
<script src="./js/ramda.min.js"></script>
<title>记忆卡片</title>
</head>
<body>
<div id="blackboard"></div>
<script src="./js/main.js"></script>
</body>
</html>