-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcom AnoiV's BLOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<!-- 404页面字体 -->
<link href='http://cdn.webfont.youziku.com/webfonts/nomal/106126/37509/5987f2eaf629da1454b12209.css' rel='stylesheet' type='text/css'
/>
<!-- normalize.css -->
<link href="http://cdn.bootcss.com/normalize/7.0.0/normalize.min.css" rel="stylesheet" type='text/css' />
<!-- semantic-ui-css -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.12/semantic.min.css"></link>
<!-- index-css -->
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./common.js"></script>
<script type="text/javascript" src="./index.js"></script>
</body>
</html>