flash/index.html
2022-03-11 20:36:07 -05:00

11 lines
429 B
HTML

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Games</title>
</head>
<body>
<embed src="https://gitcdn.link/cdn/School-Users-a/swf/main/Bloons.swf" width="750" width="750"></embed>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>