forked from n64dev/n64dev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (47 loc) · 1.8 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>n64dev</title>
<style type="text/css">
@font-face {font-family: source-sans-pro-light; src: url("SourceSansPro-Light.ttf.woff"); font-style:normal;}
@font-face {font-family: source-sans-pro; src: url("SourceSansPro-Regular.ttf.woff"); font-weight: normal; font-style:normal;}
body {font-family: source-sans-pro;}
#parent {margin:auto;}
@media (min-width: 1000px) {
#parent {max-width:800px;}
}
h1 {background-color:#ccc;font-family: source-sans-pro-light;}
p {padding: 0px 20px 0px 20px;}
table {padding: 0px 20px 0px 20px;}
th {text-align:left;}
td {/*border:1px solid #ddd;padding:0.5rem;*/}
.columnbreak {-webkit-column-break-before: always;break-before:column;}
pre {/*font-family:source-code-pro;*/padding: 0px 40px 0px 40px;background-color:#eee;background-clip:content-box;}
#index-table-elements {
/* -moz-column-count:3;
-webkit-column-count:3;*/
}
</style>
</head>
<body>
<div id="parent">
<h1 id="n64dev">/!\ WELCOME TO N64DEV /!\</h1>
<div id="index-table">
<hr />
<div id="index-table-elements">
<h2>Useful N64 Hacking Links</h2>
<ul>
<li><a href="n64crc.html">n64crc</a> - fix cart header checksums</li>
<li><a href="https://github.com/jkbenaim/leotools">leotools</a> - extract files from 64DD disk images</li>
<li><a href="https://github.com/tj90241/cen64">CEN64</a> - cycle-accurate N64 emulator</li>
<li><a href="irc://irc.shaw.ca/#n64dev">#n64dev</a> - N64 development channel on EFnet</li>
<li><a href="http://cendamos.com">cendamos.com</a> - alligator resource portal</li>
</ul>
</div>
<hr />
</div>
</div>
</body>
</html>