-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemulator.html
53 lines (53 loc) · 1.64 KB
/
emulator.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<meta charset="utf-8" />
<title>Emulators</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="styles.css">
<h1>Emulators</h1>
<br>
<a href="home.html">Home</a>
</head>
<body>
<p style="font-size: 150%;">
Here are the game emlators:
</p>
<a href="TheLegendofZelda.html">The Legend of Zelda</a>
<br>
<br>
<a href="AoL.html">The Legend of Zelda Adventures of Link</a>
<br>
<br>
<a href="LttP.html">The Legend of Zelda Link to the Past</a>
<br>
<br>
<a href="OoS&OoA.html">The Legend of Zelda Oracle of Seasons and Oracle of Ages</a>
<br>
<br>
<a href="LADX.html">The Legend of Zelda Link's Awakening DX</a>
<br>
<br>
<a href="MC.html">The Legend of Zelda Minish Cap</a>
<br>
<br>
<a href="OoT.html">The Legend of Zelda Ocarina of Time</a>
<br>
<br>
<a href="OoTMQ.html">The Legend of Ocarina of Time Master Quest</a>
<br>
<br>
<a href="MM.html">The Legend of Zelda Majora's Mask</a>
<br>
<br>
<a href="MegaMan6.html">Mega Man 6</a>
<br>
<br>
</body>
<footer>
<br>
<br>
<br>
<br>
Shout-out to Nintendo and Capcon for making these games in the first place, as well as <a href="https://emulatorjs.org/">EmulatorJS</a> for making the programs to emulate these games.
</footer>
</html>