add samorost to flash

This commit is contained in:
Boofdev 2024-02-16 17:30:11 +01:00
parent 48ec71ef9f
commit 5768b83f95
3 changed files with 15 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<li><a href="bloons/pp3/">Bloons player pack 3</a></li>
<li><a href="bloons/pp4/">Bloons player pack 4</a></li>
<li><a href="bloons/pp5/">Bloons player pack 5</a></li>
<li><a href="samorost1/">Samorost 1</a></li>
</div>
</body>

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samorost 1</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5970968772755490" crossorigin="anonymous"></script>
</head>
<body>
<embed src="samorost-1.swf" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</body>
</html>

Binary file not shown.