-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (58 loc) · 2.29 KB
/
Copy pathindex.html
File metadata and controls
99 lines (58 loc) · 2.29 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>Proxy Riot</title>
<link type="text/css" rel="stylesheet" href="./stylesheets/preview-export-min.css">
<script type="text/javascript" src="./scripts/preview-export-min.js"></script>
<script type="text/javascript">
var prx = window.prx || {};
prx.orientation = 'landscape';
prx.orientations = {};
prx.orientations.portrait = 0;
prx.orientations.landscape = 1;
prx.project = {};
prx.project.id = '4d3c508a-ae03-4770-a5dc-b887e726207b';
prx.project.title = 'Proxy Riot';
prx.project.version = 0;
prx.project.livepreview = 0;
prx.project.account = "proxyriot";
prx.activePage = {};
prx.usercountry = "us";
prx.user = false;
prx.skin = 'web';
//prx.flashactions = 1;
prx.flashactions = 1; //we are not using the DB value anymore
prx.nodejsassetsserver = {};
prx.nodejsassetsserver.host = ".proto.io";
prx.nodejsassetsserver.subdomainprefix = "https://at";
prx.nodejsassetsserver.maxsubdomains = "20";
prx.account = "proxyriot";
prx.browserShowScreenshots = 'true';
prx.url.crossmsg = 'https://proxyriot.proto.io';
prx.spaces = false;
</script>
</head>
<body style="background-color:#000000">
<div class="page-sidebar">
</div>
<div id="maincontent" class="landscape">
<div class="frame_generic">
<div class="body_generic skin_web skin-wrapper skin-os-web skin-device-phone skin-model- skin-size-1 skin-color-white skin-orientation-landscape">
<div class="buttons top"></div>
<!--
<div class="detail-top"></div>
<div class="web-search"></div>
<div class="buttons left"></div>
-->
<div class="body_generic_inner">
<iframe id="pio-playerframe" src="proxyriot.html" scrolling="NO" style="width: 1920px; height: 1080px;" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
<div class="buttons right"></div>
<div class="detail-bottom"></div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
</script>
</html>