-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamej.html
55 lines (49 loc) · 2.32 KB
/
gamej.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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>GAMEJI - BAZ'DANCE</title>
<meta property="og:site_name" content="GAMEJI">
<!-- <meta property="fb:app_id" content="1418631828415333"> -->
<meta property="twitter:site" content="@gamejiapp">
<meta property="twitter:domain" content="https://gameji.com/">
<!-- <meta name="p:domain_verify" content="af528e3df5f766ca012f5e065c7cb812"> -->
<meta property="twitter:card" content="player">
<meta property="og:title" content="BAZ'DANCE - Made with GAMEJI">
<meta property="twitter:title" content="BAZ'DANCE - Made with GAMEJI">
<meta property="og:type" content="video.other">
<meta property="og:description" content="">
<meta property="twitter:description" content="">
<meta property="og:image" content="https://ezic-prod.s3.amazonaws.com/projects/30563d00-7ff3-11ea-b41c-b96e99bb5d4f/thumbnail.jpg">
<meta property="twitter:image" content="https://ezic-prod.s3.amazonaws.com/projects/30563d00-7ff3-11ea-b41c-b96e99bb5d4f/thumbnail.jpg">
<meta property="og:image:width" content="768">
<meta property="og:image:height" content="768">
<meta property="og:url" content="https://gameji.app/play/Pw2ExA8njw">
<meta property="og:video:type" content="text/html">
<meta property="og:video:url" content="https://gameji.app/play/Pw2ExA8njw">
<meta property="og:video:secure_url" content="https://gameji.app/play/Pw2ExA8njw">
<meta property="og:video:width" content="768">
<meta property="og:video:height" content="768">
<meta name="twitter:player" content="https://gameji.app/play/Pw2ExA8njw">
<meta name="twitter:player:stream:content_type" content="text/html">
<meta name="twitter:player:width" content="768">
<meta name="twitter:player:height" content="768">
<link rel="alternate" type="application/json+oembed" href="https://raw.githubusercontent.com/xviniette/GameJams/gh-pages/gamej.json"/>
<style>
body {
background-color: black;
padding: 0;
margin: 0;
}
iframe {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
border:0;
}
</style>
</head>
<body>
<iframe title="BAZ'DANCE" src="https://gameji.app/app/#/embed/Pw2ExA8njw"></iframe>
</body>
</html>