-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
27 lines (27 loc) · 900 Bytes
/
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>
<meta charset="utf-8"/>
<meta name="viewport" content="width=640, initial-scale=1, user-scalable=yes"/>
<title>Home Page | The Homebrew Database</title>
<base href="/3ds/">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="main.css"/>
</head>
<body>
<div class="container">
<img src="3ds.png" alt="Nintendo 3DS" style="width:100%"/><br/>
<hr/>
<a href="homebrew">Homebrew List</a> -
<a href="devs">Developers List</a> -
<a href="https://github.com/Ryuzaki-MrL/3ds">Github</a>
<hr/>
<h2>The Homebrew Database</h2>
<p>
You can find info about 3DS homebrew applications and scene contributors/developers here.<br/>
Click on any of the links above to start.
</p>
<hr/>
</div>
</body>
</html>