-
Notifications
You must be signed in to change notification settings - Fork 0
/
frame.html
112 lines (66 loc) · 2.9 KB
/
frame.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>CryptoPremierLeague.com - Proto.io player</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 = 'ecaf1fb3-a2a6-442f-99a8-429de8418894';
prx.project.title = 'CryptoPremierLeague.com ';
prx.project.version = 0;
prx.project.livepreview = 0;
prx.project.account = "revativaidya";
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 = "revativaidya";
prx.browserShowScreenshots = 'true';
prx.url.crossmsg = 'https://revativaidya.proto.io';
prx.playerUrl = 'https://revativaidya.proto.io/player/';
prx.spaces = false;
</script>
</head>
<body style="background-color:#FFFFFF">
<div class="page-sidebar">
<div class="sidebar-action-buttons">
<span class="header-action-button player-icon-reload embed-icon-reload" id="refresh-preview">
<span class="tooltip">Refresh preview</span>
</span>
</div>
</div>
<div id="maincontent" class="landscape">
<div id="shortcut-pressed-outer">
<div id="shortcut-pressed"></div>
</div>
<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="index.html" scrolling="NO" style="width: 1280px; height: 768px;" webkitAllowFullScreen mozallowfullscreen allowFullScreen allowvr></iframe>
</div>
<div class="buttons right"></div>
<div class="detail-bottom"></div>
</div>
</div>
</div>
<div id="branding"></div>
</body>
<script type="text/javascript">
</script>
</html>