-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtommyman.html
44 lines (44 loc) · 1.39 KB
/
tommyman.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Tommyman</title>
<link
rel="shortcut icon"
type="image/jpg"
href="tommyman/client/public/assets/tshavicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Here there be Tommyman." />
<meta name="keywords" content="Tommyman, Cloudy Nights" />
<meta name="author" content="Cloudy Nights" />
<meta
property="og:image"
content="tommyman/client/public/assets/tsocial.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://www.itsacloudynight.com/tommyman"
/>
<meta property="og:title" content="Tommyman" />
<meta property="og:description" content="Here there be Tommyman." />
</head>
<body id="body" style="background-color: #181a1b">
<div id="tommyman" style="opacity: 0">
<img
id="sprite"
src="tommyman/client/public/assets/sprites/tommyman.png"
alt="Tommyman"
/>
</div>
<div id="graphic"></div>
<script
type="text/javascript"
src="tommyman/client/public/dist/tommyman-bundle.js"
></script>
</body>
</html>