-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (53 loc) · 1.68 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Hash Archive</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" class="active">Home</a>
<a href="melee.html">SSBM</a>
<a href="sm64.html">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>Welcome</h1>
<p> </p>
<p>This site contains hashes for clean rom dumps of certain games.</p>
<p>You can use this site to verify your roms validity for netplay, lunar magic, net64, and for use with other tools. </p>
<h1> </h1>
<h1> Tools </h1>
<h1> </h1>
<p>This site also has the location of many tools that are related to the games that have hashes stored on the site.</p>
<p>There is also an md5 checker in the Tools section to verify your hashes.</p>
</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>