mirror of
https://github.com/danbulant/phpdroid
synced 2026-05-19 04:08:51 +00:00
25 lines
796 B
PHP
25 lines
796 B
PHP
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Beat racer - Dan os APP</title>
|
|
<script src="https://os.danbulant.eu/components.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.6.3/iframeResizer.contentWindow.min.js" integrity="sha256-xF+/yQUjfxb6NkS6541gf8bm9uH2LTfqaW1M98Hc/q4=" crossorigin="anonymous" onload="iFrameResize({log:true}, '#myIframe');"></script>
|
|
</head>
|
|
<body>
|
|
<iframe id="myIframe" src="https://html5.gamedistribution.com/a64a009d7ef9401bbcd9711157170d4c/" height="100%" width="100%"scrolling="no"></iframe>
|
|
<script>
|
|
|
|
|
|
</script>
|
|
<style>
|
|
html,body{
|
|
width: 100%;
|
|
height: 100%;
|
|
padding:0;
|
|
margin:0;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|