-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (34 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Platelets</title>
<meta charset="utf-8">
<meta httpequiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Platelets">
<meta name="description" content="Not platelets we need, but platelets we deserved.">
<meta property="og:title" content="Platelets">
<meta property="og:description" content="Not platelets we need, but platelets we deserved.">
<meta property="og:image" content="https://raw.githubusercontent.com/aomkirby123/platelets/master/app/assets/sprite/platelets_0.jpg">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="720">
<meta property="og:image:alt" content="Not platelets we need, but platelets we deserved.">
<style>
#body {
width: 100%;
height: 100vh;
margin: 0;
}
#platelets {
width: 100%;
height: 100vh;
object-fit: cover;
object-position: center top;
}
</style>
</head>
<body id=body>
<img id=platelets src=/app/assets/sprite/platelets_0.jpg alt="Platelets" tabindex=0 />
</body>
<script src=/app/assets/js/index.js></script>
</html>