mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
10 lines
241 B
HTML
10 lines
241 B
HTML
<!doctype html>
|
|
<html>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
<head>
|
|
<title>Bloons</title>
|
|
</head>
|
|
<body>
|
|
<embed src="https://cdn.jsdelivr.net/gh/School-Users-a/swf/Bloons.swf"></embed>
|
|
</body>
|
|
</html>
|