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>
<embed src="https://raw.githubusercontent.com/School-Users-a/swf/main/index.html"></embed>
</body>
</html>