forked from Orkin/roBrowser
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.25 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>ROBrowser's App from http://www.robrowser.com</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<style type="text/css">
body, html { padding:0; margin:0; }
</style>
<script type="text/javascript">
var ROConfig = {
remoteClient: "http://data.aesirworld.com/",
socketProxy: 'ws://162.243.65.147:5999/',
servers: [{
display: 'Demo Server',
desc: "roBrowser's demo server",
address: '127.0.0.1',
port: 6900,
version: 25,
langtype: 12,
packetver: 20100730
}],
development: true,
packetKeys: true,
skipServerList: true,
skipIntro: false,
saveFiles: true
};
</script>
<script type="text/javascript" src="src/Vendors/require.js"></script>
<script type="text/javascript" src="src/App/Online.js"></script>
</head>
<body>
</body>
</html>