60 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| 
 | |
| <html lang="en">
 | |
| 
 | |
| <!-- 
 | |
| 	@brandybuizel
 | |
| 	@ninja_muffin2.4
 | |
| -->
 | |
| 
 | |
| <!--Let's get meta bois-->
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<title>Friday Night Funkin'</title>
 | |
| 	<meta name="description" content="A dope ass rhythm game">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 	<link href="styles.css" rel="stylesheet" type="text/css">
 | |
| 	<!-- <link href="website/mm.ico" rel="icon" type="image/x-icon"> -->
 | |
| 	<link rel="shortcut icon" type="image/png" href="../art/icon.png" />
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 	<!--Header-->
 | |
| 	<header>
 | |
| 	</header>
 | |
| 
 | |
| 	
 | |
| 	<marquee width="1920" scrollamount="2" scrolldelay="10" truespeed="truespeed">Friday Night Funkin</marquee>
 | |
| 	<!--Hot tortilla wrap-->
 | |
| 	<div id="wrapper">
 | |
| 		<h1>Friday Night Funkin' - Rhythm game extraordinaire</h1>
 | |
| 		
 | |
| 
 | |
| 		<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>
 | |
| 		
 | |
| 		
 | |
| 		<div class="coolBox hovertext" id="twitter">
 | |
| 			<p class="description">Friday Night Funkin' is a dope ass rhythm game.</p>
 | |
| 			<p class='description'>It is made by <a href="https://twitter.com/ninja_muffin99">ninjamuffin99 (programmer)</a>, <a
 | |
| 				href="https://twitter.com/PhantomArcade3K">PhantomArcade (animator)</a>, <a
 | |
| 				href="https://twitter.com/evilsk8r">evilsk8r (artist)</a>,
 | |
| 			and <a href="https://twitter.com/kawaisprite">Kawaisprite (musician)</a> originally for Ludum Dare 47.</p>
 | |
| 		</div>
 | |
| 
 | |
| 		<div class="linktext hovertext" id="ng">
 | |
| 			<a href="https://www.newgrounds.com/portal/view/770371">Play demo on Newgrounds</a>
 | |
| 		</div>
 | |
| 
 | |
| 		<div class='linktext hovertext' id="itch">
 | |
| 			<a href="https://ninja-muffin24.itch.io/funkin">Support the game on Itch.io</a>
 | |
| 		</div>
 | |
| 		
 | |
| 	</div>
 | |
| </body>
 | |
| </html> |