2022-09-25 17:41:39 -04:00
<!doctype html>
< html >
< script src = "https://unpkg.com/@ruffle-rs/ruffle" > < / script >
< link rel = "shortcut icon" type = "image/jpg" href = "img/favicon.ico" / >
< link href = "https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "style.css" >
< body >
< header >
< img class = "logo" src = "img/logo2.png" alt = "logo" >
< h1 > Welcome to the Flash Games Archive.< / h1 >
< nav >
< ul class = "nav__links" >
< button style = "margin-right: 20px;" onclick = "window.location.href='index.html'" ; " > Home< / button >
< button onclick = "window.location.href='info.html'" ; > Information< / button >
< / nav >
< / header >
< head >
2022-09-25 17:45:12 -04:00
< title > Henry Stickmin - Fleeing the Complex< / title >
2022-09-25 17:41:39 -04:00
< / head >
< center >
< p > Click < a href = "https://github.com/Games-From-Flash/swf/raw/main/Unfair Mario.swf" > Here< / a > to download the file and right click to go to fullscreen.< / p >
2022-09-26 08:42:51 -04:00
< embed src = "https://rawcdn.githack.com/Games-From-Flash/swf/master/Unfair Mario.swf" > < / embed >
2022-09-25 17:41:39 -04:00
< / center >
2022-09-25 17:45:12 -04:00
< >
2022-09-25 17:41:39 -04:00
< / body >