-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.58 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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>huang-xin</title>
<meta name="description" content="Huang-xin.github.io : blog">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- <link rel="stylesheet" href="./assets/css/stylesheet.css"> -->
<!-- <link rel="stylesheet" href="./assets/css/reset.css"> -->
<!-- <link rel="stylesheet" href="./assets/css/main.css"> -->
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<link rel="stylesheet" href="http://apps.bdimg.com/libs/highlight.js/8.2/styles/github.min.css">
</head>
<body>
<!--
<script src="./assets/js/main.js"></script>
<img src="./assets/img/baracktocat.jpg" alt="YES WE CODE!">
<script src="http://cdn.staticfile.org/jquery/2.1.1-rc2/jquery.min.js"></script>
-->
<script src="http://apps.bdimg.com/libs/highlight.js/8.2/highlight.min.js"></script>
<script src="http://cdn.staticfile.org/require.js/2.1.14/require.min.js"></script>
<article id="articles">
<div id="markdown"></div>
</article>
<script>
require(["./article/ES6"], function(ctnt){
var markdown = document.getElementById("markdown");
markdown.innerHTML = ctnt.html;
hljs.initHighlightingOnLoad();
});
</script>
<!-- <div id="tardis" class="entry">
<div></div>
</div> -->
</body>
</html>