flash/html/bloxorz.html

12 lines
315 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>
2022-03-11 21:46:04 -05:00
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
2022-03-11 21:19:50 -05:00
<head>
<title>Bloxorz</title>
</head>
<body>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloxorz.swf"></embed>
</body>
</html>