flash/html/hs-ita.html
2022-03-13 18:41:34 -04:00

27 lines
1.3 KiB
HTML

<!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>
<title>Henry Stickmin - Infiltrating the Airship</title>
</head>
<center>
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Henry Stickmin - Infiltrating the Airship.swf">Here</a> to download the file and right click to go to fullscreen.</p>
<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>
<embed src="../Henry Stickmin - Infiltrating the Airship.swf"></embed>
</center>
</body>