-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (17 loc) · 850 Bytes
/
index.html
File metadata and controls
21 lines (17 loc) · 850 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>LcBlog</title>
<link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon">
<link href="http://cdn.bootcss.com/highlight.js/8.0/styles/monokai_sublime.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/8.0/highlight.min.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script async color="0,123,255" opacity="0.5" count="99" src="https://cdn.bootcss.com/canvas-nest.js/2.0.4/canvas-nest.js" type="text/javascript" charset="utf-8"></script>
<script async type="text/javascript" size="90" alpha="0.2" zIndex="-1" src="./static/js/ribbon.js"></script>
</body>
</html>