mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
15 lines
640 B
HTML
15 lines
640 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||
|
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
|
||
|
<head>
|
||
|
<title>Henry Stickmin - Breaking the Bank</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Henry Stickmin - Breaking the Bank.swf">Here</a> to download the file and click <a href="index.html">Here</a> to go back. Right click the game in order to go to fullscreen.</p>
|
||
|
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Henry Stickmin - Breaking the Bank.swf"></embed>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|