Files
moon-gaming/8-bit/index.html
T
2023-12-15 19:48:05 +00:00

39 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>Five Nigths At Freddy's 8-bits</title>
<meta charset="utf-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<style>
#game
{
width: 792px;
height: 594px;
}
</style>
</head>
<body>
<header>
<a href="https://store.steampowered.com/app/319510/Five_Nights_at_Freddys/">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://i.ibb.co/S5mcbSn/forkme-right-darkblue-121621.png"
alt="Original Game">
</a>
</header>
<main>
<iframe id="game" src="raw.html"></iframe>
</main>
<footer>
<p><strong>Five Nigths At Freddy's 8-bits</strong><br>
Five Nights At Freddy's (2014, Scott Cawthon) <br>
Remake by Musaraña Anónima <br>
(<a href="https://github.com/MiriamLeis">Miriam Leis Baltanás</a> and <a href="https://github.com/pablojor">Pablo J. Rodríguez Hidalgo</a>)</p>
<p class="license">Published under the <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike</a>
license.</p>
</footer>
</body>
</html>