-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (31 loc) · 2.01 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
<html class="no-js" 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.0" />
<title>Harmonia: An interactive utopian tale</title>
<meta name="keywords" content="windrift javascript react interactive-fiction ifcomp utopia" />
<meta name="description" content="It was a beautiful world, but it was not your world. An entry in the 2017 Interactive Fiction Competition" />
<meta name="author" content="Liza Daly" />
<meta name="copyright" content="Copyright 2017 Liza Daly" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@liza">
<meta name="twitter:creator" content="@liza">
<meta name="twitter:title" content="Harmonia: An interactive utopian tale">
<meta name="twitter:description" content="It was a beautiful world, but it was not your world. An entry in the 2017 Interactive Fiction Competition">
<meta name="twitter:image" content="https://harmonia-game.com/images/cover-full.png">
<meta name="twitter:image:alt" content="It was a beautiful world, but it was not your world. An entry in the 2017 Interactive Fiction Competition">
<meta property="og:image" content="https://harmonia-game.com/images/cover-full.png">
<meta property="og:url" content="https://harmonia-game.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Harmonia: An interactive utopian tale" />
<meta property="og:description" content="It was a beautiful world, but it was not your world. An entry in the 2017 Interactive Fiction Competition" />
</head>
<body>
<div style="margin:auto; max-width: 1000px">
<a href="https://harmonia-game.com">
<img style="max-width: 80%; display: block; margin:auto" title="Harmonia, by Liza Daly" src="https://harmonia-game.com/images/cover-full.png" alt="It was a beautiful world, but it was not your world." />
</a>
</div>
</body>
</html>