-
Notifications
You must be signed in to change notification settings - Fork 2
/
t.html
46 lines (39 loc) · 2.02 KB
/
t.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
<!doctype html>
<html lang="en-us">
<head>
<title>Tuxocide</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="manifest" href='data:application/manifest+json,{"display":"standalone"}' />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0" />
<link href="favicon.png" rel="shortcut icon">
<link href="favicon.png" rel="apple-touch-icon">
<link href="favicon.png" rel="apple-touch-icon-precomposed">
<link href="favicon.png" rel="icon" sizes="192x192">
<meta property="og:image" content="favicon.png">
<meta property="twitter:image:src" content="favicon.png">
<meta name="image" content="favicon.png">
<meta itemprop="image" content="favicon.png">
<meta name="og:image" content="favicon.png">
<meta itemprop="name" content="3D FPS a war rages on in antarctica...">
<meta name="description" content="3D FPS a war rages on in antarctica between penguins and hostile aliens...">
<meta name="og:description" content="3D FPS a war rages on in antarctica between penguins and hostile aliens...">
<meta name="og:type" content="website">
<meta name="og:title" content="mrbid.github.io/tuxocide">
<meta name="og:site_name" content="mrbid.github.io/tuxocide">
<meta name="og:url" content="https://mrbid.github.io/tuxocide">
<meta name="theme-color" content="#ffbf00">
<meta name="twitter:card" content="summary_large_image">
<style>
canvas { border: 0px none; outline: none; background-color: black; }
* { margin:0; padding:0; }
html, body { width:100%; height:100%; overflow:hidden; background-color:#000; }
</style>
</head>
<body>
<canvas id="canvas" onclick="this.focus();this.requestPointerLock()" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>
<script type='text/javascript'>var Module = {canvas: document.getElementById('canvas')};</script>
{{{ SCRIPT }}}
</body>
</html>