-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.html
143 lines (113 loc) · 4.17 KB
/
go.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OnlyHack - Developper Tools Dashboard</title>
<link rel="preload" href="files/files/Site.min.css" as="style">
<link rel="reload" href="files/files/style.min.css" as="style">
<link rel="preload" href="files/sso-theme.min.css" as="style">
<link href="files/files/Site.min.css" rel="stylesheet" type="text/css">
<link href="files/files/style.min.css" rel="stylesheet" type="text/css">
<link href="files/sso-theme.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="files/codebase/suite.js"></script>
<link rel="stylesheet" href="files/codebase/suite.css">
<link rel="stylesheet" href="files/index.css">
<script src='files/menu.js'></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5V1RG70PWD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5V1RG70PWD');
</script>
<script>
var url_string = window.location.href;
var url = new URL(url_string);
var ref = url.searchParams.get("ref") || 'waxquestwax1';
var wax_wallet = url.searchParams.get("waxwallet") || 'waxquestwax1';
console.log('Wallet: ' + wax_wallet);
//console.log(username);
//sessionStorage.setItem('ref');
//sessionStorage.setItem('wax_wallet');
//var wallet = ${wax.userAccount};
console.log(sessionStorage.getItem('waxwallet'));
const waxwallet = sessionStorage.getItem('waxwallet');
console.log(sessionStorage.getItem('affiliatewallet'));
const affiliatewallet = sessionStorage.getItem('affiliatewallet');
//const affiliate_wallet = url.searchParams.get("ref") || 'waxquestwax1';
//const charactername = url.searchParams.get("ref") || 'waxquestwax1';
//console.log(charactername):
</script>
</head>
<body>
<center>
<!--
<div style="height: calc(100% - 121px);" id='layout'>
</div>
<script>
let type = "space";
let layout;
function initLayout() {
if (layout) {
layout.destructor();
}
layout = new dhx.Layout("layout", {
type: type,
cols: [
{
html: 'xxx'
},
{
html: 'xxx'
},
{
html: 'xxx'
}
]
});
}
initLayout();
document.querySelector(".dhx_sample-controls").addEventListener("change", function (e) {
type = e.target.id;
initLayout();
});
</script>
-->
<div id="container">
<header>
<br><br><br><br><br>
<p>Waxio.io</p>
<img src="files/wax.svg" alt="WAX" width="200px" height="200px">
<p>WAX Dashboard</p>
</header>
<!--
<script>
const popup = new dhx.Popup({
css: "dhx_widget--border-shadow custom-class"
});
popup.attachHTML('<iframe name="iframe" src="https://waxrush.com" width="500px" height="500px"></iframe>');
document.querySelector("#show").addEventListener("click", function () {
popup.show("show");
});
</script>
<script>
const windowHtml = '<strong><a href="http://play.remixworlds.com" target="iframe">FreeCityGame</a> - <a href="http://waxquest.com.ngrok.io/" target="iframe">WaxQuest</a> - <a href="https://waxrush.com" target="iframe">WaxRush</a> - <a href="https://remixdapp.vercel.app" target="iframe">dApp</a></strong><br><br><iframe name="iframe" src="index.html" width="100%" height="90%"></iframe>';
const dhxwindow = new dhx.Window({
width: 1250,
height: 700,
closable: false,
movable: true,
modal: false,
title: 'RemixWorlds Dashboard - Wallet: ' + wax_wallet,
html: windowHtml
});
dhxwindow.show();
</script>
-->
</div>
<footer align="center">
</footer>
</center>
</body>
</html>