-
Notifications
You must be signed in to change notification settings - Fork 1
/
sm64.html
96 lines (68 loc) · 1.62 KB
/
sm64.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>SM64 Hash</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="headnav">
<div class="header">
<p style="margin-top: 0px;"> </p>
<h1>Hash Archive</h1>
<p> </p>
</div>
<div class="navbar">
<nav>
<a href="index.html">Home</a>
<a href="melee.html">SSBM</a>
<a href="sm64.html" class="active">SM64</a>
<a href="resources.html">Resources</a>
<a href="tools.html">Tools</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</div>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- stats - count particles -->
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div class="content">
<h1> </h1>
<h1>Super Mario 64</h1>
<p> </p>
<table id="customers">
<tr>
<th>Hash</th>
<th>Version</th>
<th>Region</th>
</tr>
<tr>
<td>20b854b239203baf6c961b850a4a51a2</td>
<td> USA Z64 (Big Endian ABCD)</td>
<td>NTSC</td>
</tr>
<tr>
<td>165a9558b7539507e73e7afecffb200c</td>
<td>USA v64 (Middle-Endian BADC) </td>
<td>NTSC</td>
</tr>
<tr>
<td>49fbf9c744c458405f685d42b762a0be</td>
<td>USA n64 (Little-Endian DCBA)</td>
<td> NTSC</td>
</tr>
</table>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- stats.js lib -->
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>