flash/html/bloxorz.html

11 lines
245 B
HTML
Raw Normal View History

2022-03-11 21:19:50 -05:00
<!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>