-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
27 lines (24 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Super Mario 64 javascript</title>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="center">Super Mario 64 JavaScript | Made by Chase Wicklund (@jscraft on repl.it) revived to github by @ripjaw1219</h1>
<hr></hr>
<h1 class="center">What is Super Mario 64?</h1>
<hr></hr>
<h3 class="center">Super Mario 64 is a 3D platformer game released for the Nintendo 64 in 1996 for Japan and North America and in 1997 for Europe and Australia. This game was one of two (three in Japan) launch titles for the Nintendo 64, along with Pilotwings 64, which helped drive initial sales of the console. Since its release, Super Mario 64 has been widely acclaimed as one of the greatest and most important games of all time.</h3>
<hr></hr>
<!-- Menu Items -->
<div id="menu">
<a href="./start.html"><h1>LETS A FREAKIN GO!!(start game)</h1></a><h1>|||</h1><a href="./pages/controls.html"><h1>Game Controls</h1></a><h1>|||</h1><a href="./pages/faq.html"><h1>Frequently Asked Questions</h1></a><h1>|||</h1><a href="./pages/guide.html"><h1>Players Guide</h1></a><h1>|||</h1><a href="./pages/mirrors.html"><h1>Mirrors</h1></a><h1>|||</h1><a href="https://replit.com/@jscraft"><h1>Other Projects</h1></a>
</div>
</body>
<!-- Alerts -->
<script>
Swal.fire('Super Mario 64 In JavaScript')
</script>
</html>