-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="使用React.js构建的仿「ONE · 一个」webapp.">
<meta name="keywords" content="Bootstrap, React.js, Webpack, React-Router, ONE一个">
<meta name="author" content="gongph<https://github.com/gongph>">
<meta name="robots" content="index,follow">
<link rel="apple-touch-icon" href="http://image.wufazhuce.com/apple-touch-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="http://image.wufazhuce.com/favicon.ico">
<link rel="icon" type="image/x-icon" href="http://image.wufazhuce.com/favicon.ico">
<link rel="bookmark" href="http://image.wufazhuce.com/favicon.ico" type="image/x-icon">
<link href="./assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/app.css">
<title>「ONE · 一个」</title>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="bundle.js"></script>
</body>
</html>