flash/html/bloxorz
Games-From-Flash 8d0f998c5e
Create bloxorz
2022-03-11 21:19:50 -05:00

10 lines
245 B
Text

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Bloxorz</title>
</head>
<body>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloxorz.swf"></embed>
</body>
</html>