-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (53 loc) · 2.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; font-src https://fonts.gstatic.com; img-src https: 'self'; style-src 'unsafe-inline' https://fonts.googleapis.com"/>
<meta name="description" content="Ailrun's Github Blog"/>
<!-- robot restriction tags -->
<meta name="robots" content="index"/>
<meta name="googlebot" content="index"/>
<!-- Do not translate this page by default -->
<meta name="google" content="notranslate"/>
<!-- Default URL -->
<meta name="url" content="https://ailrun.github.io/"/>
<!-- Cover for global -->
<meta name="coverage" content="WorldWide"/>
<!-- Facebook meta tags -->
<!-- <meta property="fb:app_id" content="123456789"/> -->
<meta property="og:url" content="https://ailrun.github.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Valhala for Valkyrie"/>
<meta property="og:image" content="https://ailrun.github.io/img/haskell.png"/>
<meta property="og:description" content="Ailrun's Github Blog"/>
<meta property="og:site_name" content="Valhala for Valkyrie"/>
<meta property="og:local" content="en_US"/>
<meta property="article:author" content="Ailrun"/>
<!-- Twitter meta tags -->
<!-- <meta name="twitter:card" content="summary"/> -->
<!-- <meta name="twitter:site" content="@site_account"/> -->
<!-- <meta name="twitter:creator" content="@individual_account"/> -->
<meta name="twitter:url" content="https://ailrun.github.io/"/>
<meta name="twitter:title" content="Valhala for Valkyrie"/>
<meta name="twitter:description" content="Ailrun's Github Blog"/>
<meta name="twitter:image" content="https://ailrun.github.io/img/haskell.png"/>
<!-- Google+ meta tags -->
<!-- <link href="https://plus.google.com/+YourPage" rel="publisher"/> -->
<meta itemprop="name" content="Valhala for Valkyrie"/>
<meta itemprop="description" content="Ailrun's Github Blog"/>
<meta itemprop="image" content="https://ailrun.github.io/img/haskell.png"/>
<title>Valhala for Valkyrie</title>
<base href="https://ailrun.github.io/"/>
<!-- links for meta data -->
<link rel="author" href="human.txt"/>
<link rel="copyright" href="LICENSE"/>
<!-- This will be supported -->
<!-- <link rel="alternate" href="" hreflang="ko"/> -->
<link rel="index" href="https://ailrun.github.io/"/>
</head>
<body>
<script src="/app.js"></script>
</body>
</html>