uranium / run3.html
hihihi934's picture
Upload run3.html
ba88b67 verified
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-"></script>
<base href="https://cdn.jsdelivr.net/gh/lekug/lekug.github.io@main/tn6pS9dCf37xAhkJv/">
<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">
<script type="text/javascript" src="./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;
}
#sidebarad1,
#sidebarad2 {
position: fixed;
top: 50%;
transform: translateY(-50%);
width: 160px;
height: 600px;
padding: 0;
margin: 0;
z-index: 999999;
}
#sidebarad1 {
left: 0;
}
#sidebarad2 {
right: 0;
}
.sidebar-close {
position: absolute;
top: 0;
right: 0;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
background: rgba(0,0,0,0.7);
color: #fff;
font-size: 14px;
cursor: pointer;
user-select: none;
z-index: 10;
}
.sidebar-frame {
width: 160px;
height: 600px;
border: none;
display: block;
}
</style>
</head>
<body>
<noscript>Your web browser Suck. Get a new one that supports Feature like Java Script.</noscript>
<div id="openfl-content"></div>
<script type="text/javascript">
lime.embed ("Run3", "openfl-content", 800, 600, { parameters: {} });
</script>
</body>
</html>