summaryrefslogtreecommitdiff
path: root/space-invaders/index.html
blob: 90aa401196c788b604ce903b7ba66e723d8c05da (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>s1nical - Space Invaders</title>
    <!-- Site metadata -->
    <meta name="description" content="Space Invaders">
    <meta property="og:description" content="Space Invaders">
    <meta property="og:title" content="s1nical - Space Invaders">
    <meta property="twitter:card" content="summary">
    <meta property="twitter:site" content="@9inny">
    <meta property="og:image" content="">
    <meta property="og:url" content="https://cyne.cf/space-invaders">
    <link rel="apple-touch-icon" sizes="128x128" href="/favicon.jpg">
    <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128">
    <link rel="canonical" href="https://cyne.cf/space-invaders">
    <link rel="author" href="humans.txt" />
    <!-- Schema.org Stuff -->
    <script type="application/ld+json">
        {
        "name": "s1nical",
        "alternateName": "s1n",
        "description": "Space Invaders",
        "headline": "Space Invaders",
        "url": "https://cyne.cf/space-invaders",
        "image": "",
        "sameAs": [
        "https://twitter.com/9inny",
        "https://github.com/8cy",
        "https://www.reddit.com/user/s1nical/"
        ],
        "publisher": {
        "@type": "Organization",
        "logo": {
        "@type": "ImageObject",
        "url": ""
        }
        },
        "@type": "WebSite",
        "@context": "http://schema.org"
        }
    </script>
    <link rel="shortcut icon" href="/space-invaders/favicon.png" type="image/x-icon">
    <script src="/space-invaders/js/mobile.js"></script>
</head>
    <body>
        <script src="/space-invaders/js/main.js"></script>
    </body>
</html>