Skip to content

Commit

Permalink
me , big me bgnki noyh
Browse files Browse the repository at this point in the history
baby man
  • Loading branch information
kerbalis committed Oct 31, 2023
1 parent 5b3243b commit 1c03e2f
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 48 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>

<ul>
<li><a href="home.html" >ASTRO</a></li>
<li><a href="index.html" >ASTRO</a></li>
<li><a href="about.html" class="active">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>
Expand Down
1 change: 0 additions & 1 deletion game3.js

This file was deleted.

2 changes: 1 addition & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>

<ul>
<li><a href="home.html">ASTRO</a></li>
<li><a href="index.html">ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html" class="active">games</a></li>
Expand Down
28 changes: 0 additions & 28 deletions home.html

This file was deleted.

38 changes: 23 additions & 15 deletions index.html
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>
2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>

<ul>
<li><a href="home.html" >ASTRO</a></li>
<li><a href="index.html" >ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html" class="active">license</a></li>
<li><a href="games.html">games</a></li>
Expand Down
Binary file removed splash.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>

<ul>
<li><a href="home.html" class="active">ASTRO</a></li>
<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>
Expand Down

0 comments on commit 1c03e2f

Please sign in to comment.