-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframe.html
127 lines (78 loc) · 3.75 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title> csce190 hi-fi proto - 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 = 'portrait';
prx.orientations = {};
prx.orientations.portrait = 1;
prx.orientations.landscape = 1;
prx.project = {};
prx.project.id = 'fd79874f-15a5-457f-85c2-931cfcadc36b';
prx.project.title = ' csce190 hi-fi proto';
prx.project.version = 0;
prx.project.livepreview = 0;
prx.project.account = "mostafamohamedali";
prx.activePage = {};
prx.usercountry = "us";
prx.user = false;
prx.skin = 'apple-phone-iphoneX-1';
prx.ver = '6.6.60.0';
//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 = "mostafamohamedali";
prx.browserShowScreenshots = 'true';
prx.url.crossmsg = 'https://mostafamohamedali.proto.io';
prx.playerUrl = 'https://mostafamohamedali.proto.io/player/';
prx.spaces = false;
prx.csrf_token = '6CE3957FE3929D43557637873CBE6D65C987FB63907E06B8EFC72D1397C3110D';
</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>
<span class="header-action-button player-icon-rotate embed-icon-rotate" id="change-orientation">
<span class="tooltip">Change orientation</span>
</span>
</div>
</div>
<div id="maincontent" class="portrait">
<div id="shortcut-pressed-outer">
<div id="shortcut-pressed"></div>
</div>
<div class="frame_generic">
<div class="body_generic skin_apple-phone-iphoneX-1 skin-wrapper skin-os-apple skin-device-phone skin-model-iphoneX skin-size-1 skin-color-black skin-orientation-portrait skin-dimensions-414-896">
<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: 414px; height: 896px;" webkitAllowFullScreen mozallowfullscreen allowFullScreen allowvr allow="autoplay"></iframe>
<script type="text/javascript">
// remove parameter from address bar immediately if no changes
let url = new URL(window.location.href);
url.searchParams.delete('hc');
url.searchParams.delete('ap');
window.history.replaceState({}, document.title, url.toString());
</script>
</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>