mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
14 lines
659 B
HTML
14 lines
659 B
HTML
<!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> |