flash/bloons.html

11 lines
242 B
HTML
Raw Normal View History

<!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>