Funkin/docs/index.html

40 lines
1.0 KiB
HTML
Raw Normal View History

2020-10-25 21:38:48 +00: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 21:39:49 +00:00
<meta name="description" content="A dope ass rhythm game">
2020-10-25 21:38:48 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-11-18 06:27:04 +00:00
<link href="styles.css" rel="stylesheet" type="text/css">
2020-10-25 21:38:48 +00:00
<!-- <link href="website/mm.ico" rel="icon" type="image/x-icon"> -->
</head>
<body>
<!--Header-->
<header>
</header>
2020-11-18 06:27:04 +00:00
<marquee width="600" scrollamount="2"scrolldelay="10" truespeed="truespeed">Friday Night Funkin</marquee>
2020-10-25 21:38:48 +00:00
<!--Hot tortilla wrap-->
<div id="wrapper">
2020-11-18 06:27:04 +00:00
<h1>Friday Night Funkin' - Rhythm game extraordinaire</h1>
<iframe width="960" height="540" src="https://www.youtube.com/embed/HMNKUo3CCpU" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="coolBox">
<p class="description">Friday Night Funkin' is a dope ass rhythm game.</p>
</div>
2020-10-25 21:38:48 +00:00
</div>
</body>
</html>