updated run 3 beta to work (maybe)
This commit is contained in:
File diff suppressed because one or more lines are too long
+14
-14
@@ -1,20 +1,20 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<title>Run 3</title>
|
<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 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">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png">
|
<link rel="shortcut icon" type="image/png" href="./favicon.png">
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="./Run3.js"></script>
|
<script type="text/javascript" src="./Run3.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener ("touchmove", function (event) { event.preventDefault (); }, { capture: false, passive: false });
|
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) {
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
meta.setAttribute ('content', 'width=device-width, initial-scale=' + (2 / window.devicePixelRatio) + ', user-scalable=no');
|
meta.setAttribute ('content', 'width=device-width, initial-scale=' + (2 / window.devicePixelRatio) + ', user-scalable=no');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
|
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
|
||||||
#openfl-content { background: #000000; width: 100%; height: 100%; }
|
#openfl-content { background: #000000; width: 100%; height: 100%; }
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- <script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
|
<!-- <script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
|
||||||
new Crate({
|
new Crate({
|
||||||
server: '393531852763168768',
|
server: '393531852763168768',
|
||||||
@@ -64,14 +64,14 @@
|
|||||||
</script> -->
|
</script> -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<noscript>This webpage makes extensive use of JavaScript. Please enable JavaScript in your web browser to view this page.</noscript>
|
<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>
|
<div id="openfl-content"></div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
lime.embed ("Run3", "openfl-content", 800, 600, { parameters: {} });
|
lime.embed ("Run3", "openfl-content", 800, 600, { parameters: {} });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
Reference in New Issue
Block a user