flash/bloons.html
2022-03-11 20:44:13 -05:00

10 lines
242 B
HTML

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Bloons</title>
</head>
<body>
<embed src="https://gitcdn.link/cdn/School-Users-a/swf/main/Bloons.swf"></embed>
</body>
</html>