mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
11 lines
418 B
HTML
11 lines
418 B
HTML
<!doctype html>
|
|
<html>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
<head>
|
|
<title>Games</title>
|
|
</head>
|
|
<body>
|
|
<embed src="https://School-Users-a.github.io/swf/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>
|