-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
49 lines (41 loc) · 1.59 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
<html>
<head>
<title>Legends: the 51 female Noble Laureates represented by crystals</title>
<meta name='description' content='The 51 female Noble Laureates represented by crystals.' />
<meta property='og:title' content='Legends' />
<meta property='og:url' content='https://christmasexperiments.com/2018/23/legends/' />
<meta property='og:description' content='The 51 female Noble Laureates represented by crystals.' />
<meta property='og:type' content='article' />
<meta property='og:locale' content='en_US' />
<meta property='og:image' content='https://storage.googleapis.com/swu_misc/legends_final.jpg' />
<meta property='og:image:type' content='image/jpeg' />
<meta property='og:image:width' content='1200' />
<meta property='og:image:height' content='600' />
<meta name='twitter:card' content='summary_large_image' />
<meta name='twitter:creator' content='@sxywu' />
<meta name='twitter:title' content='Legends' />
<meta name='twitter:description' content='The 51 female Noble Laureates represented by crystals.' />
<meta name='twitter:image:src' content='https://storage.googleapis.com/swu_misc/legends_final.jpg' />
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
<style>
body {
margin: 0;
overflow: hidden;
font-family: 'Libre Baskerville', serif;
color: #50306c;
}
a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid;
}
a:hover {
border-bottom: 1px dashed;
}
</style>
</head>
<body>
<div id='app'></div>
<script src="./index.js"></script>
</body>
</html>