Funkin/docs/index.html

54 lines
1.4 KiB
HTML
Raw Normal View History

2020-10-25 17:38:48 -04:00
<!DOCTYPE html>
<html lang="en">
<!--
@brandybuizel
@ninja_muffin2.4
-->
<!--Let's get meta bois-->
<head>
<meta charset="utf-8">
<title>Friday Night Funkin'</title>
2020-10-25 17:39:49 -04:00
<meta name="description" content="A dope ass rhythm game">
2020-10-25 17:38:48 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-11-18 01:27:04 -05:00
<link href="styles.css" rel="stylesheet" type="text/css">
2020-10-25 17:38:48 -04:00
<!-- <link href="website/mm.ico" rel="icon" type="image/x-icon"> -->
</head>
<body>
<!--Header-->
<header>
</header>
2020-11-18 01:27:04 -05:00
<marquee width="600" scrollamount="2"scrolldelay="10" truespeed="truespeed">Friday Night Funkin</marquee>
2020-10-25 17:38:48 -04:00
<!--Hot tortilla wrap-->
<div id="wrapper">
2020-11-18 01:27:04 -05:00
<h1>Friday Night Funkin' - Rhythm game extraordinaire</h1>
2020-11-18 18:35:28 -05:00
<div id="coolervidwrapper">
<div class='videoWrapper'>
<iframe width="560" height="349" src="https://www.youtube.com/embed/HMNKUo3CCpU" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
2020-11-18 01:27:04 -05:00
<div class="coolBox">
<p class="description">Friday Night Funkin' is a dope ass rhythm game.</p>
</div>
2020-11-18 02:31:37 -05:00
<div class="linktext" id="ng">
<a href="https://www.newgrounds.com/portal/view/770371">Play demo on Newgrounds</a>
</div>
<div class='linktext' id="itch">
<a href="https://ninja-muffin24.itch.io/funkin">Support the game on Itch.io</a>
</div>
2020-11-18 01:27:04 -05:00
2020-10-25 17:38:48 -04:00
</div>
</body>
</html>