flash/html/bloons.html

11 lines
252 B
HTML
Raw Normal View History

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Bloons</title>
</head>
<body>
2022-03-11 20:49:26 -05:00
<embed src="https://raw.githubusercontent.com/School-Users-a/swf/main/bloons.swf"></embed>
</body>
</html>