mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 20:50:31 -03:00
11 lines
242 B
HTML
11 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>
|