-
-
Notifications
You must be signed in to change notification settings - Fork 325
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 680 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html style="height:100%">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Objc 中国 - 书籍</title>
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body style="height: 100%;">
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>