fixed run 3

This commit is contained in:
MonkeyGG2
2023-10-22 15:29:44 -04:00
parent 4c92e8df13
commit 074e18ecd5
120 changed files with 40516 additions and 80 deletions
+24 -16
View File
@@ -1,21 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Run 3</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" id="viewport" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable">
<script src="./Run3.js" type="text/javascript"></script>
<script>
<meta charset="utf-8">
<title>Run 3 Unblocked - Run Three 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 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) {
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>
<style>
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
#openfl-content { background: #000000; width: 100%; height: 100%; }
@font-face {
@@ -44,14 +50,16 @@
font-weight: normal;
font-style: normal;
}
</style>
</meta></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">
</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>
</body>
</html>
</html>