-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (60 loc) · 2.44 KB
/
index.html
File metadata and controls
75 lines (60 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Run 3 Unblocked Unblocked - ubg235 GC</title>
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" type="image/png" href="./favicon.png">
<!-- <script>
window.location= "https://ubg98.github.io/Run3/";
</script> -->
<script type="text/javascript" src="./Run3beta.js"></script>
<script>
window.addEventListener ("touchmove", function (event) { event.preventDefault (); }, { capture: false, passive: false });
if (typeof window.devicePixelRatio != 'undefined' && window.devicePixelRatio > 2) {
var meta = document.getElementById ("viewport");
meta.setAttribute ('content', 'width=device-width, initial-scale=' + (2 / window.devicePixelRatio) + ', user-scalable=no');
}
</script>
<style>
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
#openfl-content { background: #000000; width: 100%; height: 100%; }
@font-face {
font-family: 'Comfortaa Bold';
src: url('font/COMFORTAA-BOLD.eot?#iefix') format('embedded-opentype'),
url('font/COMFORTAA-BOLD.woff') format('woff'),
url('font/COMFORTAA-BOLD.TTF') format('truetype'),
url('font/COMFORTAA-BOLD.svg#Comfortaa%20Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('font/Comfortaa.eot?#iefix') format('embedded-opentype'),
url('font/Comfortaa.woff') format('woff'),
url('font/Comfortaa.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Permanent Marker';
src: url('font/PERMANENTMARKER.eot?#iefix') format('embedded-opentype'),
url('font/PERMANENTMARKER.woff') format('woff'),
url('font/PERMANENTMARKER.TTF') format('truetype'),
url('font/PERMANENTMARKER.svg#Permanent%20Marker') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body style="overflow:hidden;">
<noscript>This webpage makes extensive use of JavaScript. Please enable JavaScript in your web browser to view this page.</noscript>
<div id="openfl-content"></div>
<script type="text/javascript">
lime.embed ("Run3", "openfl-content", 800, 600, { parameters: {} });
</script>
<script src="js/analytics_ubg_v1_4.js"></script>
<script src="js/ubg235_client_v1_2.js"></script>
</body>
</html>