-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 783 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title>matjs</title>
<link rel="stylesheet" href="http://g.tbcdn.cn/thx/cube/1.2.1/cube-min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/markdown.css">
<link rel="stylesheet" href="assets/css/prettify.css">
<script type="text/javascript" src="app/components/prettify.js"></script>
<script type="text/javascript" src="app/require.js"></script>
<script type="text/javascript" src="//g.alicdn.com/thx/brix-release/0.1.4/require-config-debug.js"></script>
</head>
<body>
<script type="text/javascript" src="app/boot.js"></script>
</body>
</html>