-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
baby man
- Loading branch information
Showing
8 changed files
with
27 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Jetpack Joyride | 3kh0</title> | ||
<link rel="stylesheet" type="text/css" href="css/styles.css" /> | ||
<link rel="icon" href="splash.jpg" /> | ||
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1" /> | ||
<script type="text/javascript" src="engine/phaser-3.24.1.min.js"></script> | ||
<script type="text/javascript" src="game3.js"></script> | ||
<script type="text/javascript" src="/js/main.js"></script> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="./favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
<div class="fontLoader" style="font-family: jetpackia;">-</div> | ||
<img id="rotate_image" src="img/HB_ic_rotateScreen.png" alt="rotate_screen" class="center" /> | ||
<div id="content"> | ||
<div id="phaser-canvas"></div> | ||
</div> | ||
|
||
<ul> | ||
<li><a href="index.html" class="active">ASTRO</a></li> | ||
<li><a href="about.html">about</a></li> | ||
<li><a href="license.html">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
<li><a href="https://mnblocker.vercel.app/">MNblocker</a></li> | ||
</ul> | ||
|
||
<h1 class="hometitle"> | ||
ASTRO | ||
</h1> | ||
<p class="hometitle"> | ||
is a stupid little website made by stupid little kid stupid little idiot for you to play stupid idiot games. got it?????? | ||
</p> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters