-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrive.html
More file actions
53 lines (27 loc) · 686 Bytes
/
drive.html
File metadata and controls
53 lines (27 loc) · 686 Bytes
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
<!doctype html>
<html lang="en-us">
<head>
<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>
<iframe id="fancade" src="https://play.fancade.com/5F084A0BCE06B710?max_w=2800&max_h=2800" frameborder="0" height="100%" width="100%" title=Drive Mad • Play online"></iframe>
</body>
</html>