-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1020 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 1020 Bytes
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
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<title>WangYaのBlog</title>
<link rel="icon" href="favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/css/ionicons.min.css">
<link rel="stylesheet" href="/css/milligram.min.css">
<link rel="stylesheet" href="/css/comfortaa.css">
<link rel="stylesheet" href="/css/source-sans-pro.css">
<link rel="stylesheet" href="/css/animate.min.css">
<link rel="stylesheet" href="/css/nprogress.css">
<link rel="stylesheet" href="/css/loaders.min.css">
<link rel="stylesheet" href="/css/atom-one-light.css">
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<div id="app"></div>
<script type="text/javascript">
window.root = "/"
</script>
<script src="/js/manifest.js"></script>
<script src="/js/vendor.js"></script>
<script src="/js/app.js"></script>
</body>
</html>