Create hardestgame.html

This commit is contained in:
Games-From-Flash 2022-03-12 09:09:02 -05:00 committed by GitHub
parent 4c96a2aeca
commit c8e74ba72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
html/hardestgame.html Normal file
View file

@ -0,0 +1,14 @@
<!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>The World's Hardest Game</title>
</head>
<body>
<center>
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/The World's Hardest Game.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/The World's Hardest Game.swf"></embed>
</center>
</body>
</html>