le-mot / index.html
MikeDoes's picture
Upload index.html
1c56e08 verified
raw
history blame
419 Bytes
<!DOCTYPE html>
<html>
<head>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://lemot.online/game/" allowfullscreen></iframe>
</body>
</html>