mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 21:00:00 -04:00
updated run 3
This commit is contained in:
parent
417d289966
commit
73b1db7c00
3 changed files with 119405 additions and 1 deletions
119319
public/assets/js/Run3.js
Normal file
119319
public/assets/js/Run3.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
<iframe style="width:100%; height:100%; top:0; bottom:0; left:0; right:0; position:fixed; border-style: none;" src="https://player03.com/run/3/beta"></iframe>
|
||||
<iframe style="width:100%; height:100%; top:0; bottom:0; left:0; right:0; position:fixed; border-style: none;" src="/gfiles/html5games/run3/r3.html"></iframe>
|
85
public/gfiles/html5games/run3/r3.html
Normal file
85
public/gfiles/html5games/run3/r3.html
Normal file
|
@ -0,0 +1,85 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Run 3</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 type="text/javascript" src="/assets/js/Run3.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>
|
||||
|
||||
<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>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue