-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.23 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
<html>
<title>3DSIsland</title>
<meta name="description" content="3DSIsland - A paradise for your Nintendo 3DS! (Created by Error0x404 and Furious)" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,height=device-height,user-scalable=no" />
<style type="text/css">
html, body {
overflow: hidden;
}
</style>
<body style="margin: 0px; background-color: #000000;" id="body" width="400" height="480">
<div style="overflow: auto; width: 320; height: 240; background-color: #ffffff;">
<div style="text-align: center; font-size: 24px; background-color: #0080ff; color: hsl(0, 0%, 100%);"><img src="3dsicon.png" /> Welcome to 3DSIsland <img src="3dsicon.png" /></div>
<marquee style="font-size: 8px; background-color: black; color: white;">Hello there! After 1 year, 3DSIsland gets an update! Check out the new Win95 emulator!</marquee>
<br>
<div style="display: block-inline;">
<!-- Remove 3dsisland if you want to use this for something -->
<div style="text-align:center;color:#808080;font-size:8px;">Created December 26th, 2019. Updated December 10th, 2020.</div>
<div style="text-align:center;"><a href="/chat/"><img src="3dsichat.png" /></a>
<br>
Enter chatroom
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/pong/"><img src="3dsipong.png" /></a>
<br>
Pong
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/paint/"><img src="3dsipaint.png" /></a>
<br>
Paint
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/3ds-tube/"><img src="3dsituber.png" /></a>
<br>
3DS Tube
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/news/"><img src="3dsinews.png" /></a>
<br>
3DS Island News
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/tools/"><img src="3dsihaxor.png" /></a>
<br>
Haxor Tools
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/win95/"><img src="3dsi98.png" /></a>
<br>
Win95 Emulator
</div>
</div>
<div style="display: block-inline;">
<div style="text-align:center;"><a href="/links/"><img src="3dsilinks.png" /></a>
<br>
More 3DS sites
</div>
</div>
</body>
</html>