2022-03-12 08:12:47 -05:00
<!doctype html>
< html >
< script src = "https://unpkg.com/@ruffle-rs/ruffle" > < / script >
< link rel = "shortcut icon" type = "image/jpg" href = "img/favicon.ico" / >
2022-03-13 14:08:49 -04:00
< 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 >
2022-03-12 08:12:47 -05:00
< head >
< title > Henry Stickmin - Infiltrating the Airship< / title >
< / head >
< center >
2022-03-13 18:41:34 -04:00
< p1 > < b > This game is laggy, and will slow down lower end devices (Chromebooks, Old PCs, etc). It also does not work locally at the current time. I recommend not playing this game if your device is old or slow or not keeping the tab open 24/7 if you have to do work in the background.< / b > < / p >
2022-03-13 21:11:14 -04:00
< button style = "width:135px;height:90px;font-size:50px;" onclick = "window.location.href='hs-ita-1.html'" ; > Play< / button >
2022-03-12 08:12:47 -05:00
< / center >
2022-03-13 21:11:14 -04:00
< / body >