-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathother.html
56 lines (30 loc) · 927 Bytes
/
other.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
56
<!doctype html>
<html lang="en-us">
<head>
<link rel="stylesheet" href="AppUI.css">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
* {
margin: 0;
padding: 0;
}
#fancade {
border: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
}
</style>
</head>
<body>
<title>Play Fancade online, not pirated (BETA)</title>
Broken or bricked? Click the reload button to restart Fancade.<br>Note: Fancade for web is currently in beta and subject to change.<br>To open the wiki, press F1.
<iframe id="fancade" src="https://play.fancade.com/?max_h=900&max_w=500" frameborder="0" height="100%" width="100%" title=Other_game></iframe>
</body>
</html>