-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (69 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./universal.css">
<title>IAmThePerson - Joey Archives</title>
<meta content="IAmThePerson - Joey Archives" property="og:title" />
<meta content="Here I'll post/write about oddities and obscure things in video games." property="og:description" />
<meta content="https://spjoes.github.io" property="og:url" />
<meta content="./images/eCDP/ecdp_icon_enchanced.png" property="og:image" />
<meta content="#2B64AA" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="navbar">
<a href="#home">Home</a>
<!-- McDonalds -->
<div class="dropdown">
<button class="dropbtn">McDonalds
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./McD/games/ecdp.html">eCDP</a>
<a href="./McD/games/esmart.html">eSmart/2.0</a>
<a href="./McD/games/dma.html">DS Mac Adventures</a>
<a href="./McD/games/ddm.html">Mac De DS</a>
<a href="./McD/misc/mcds.html">McDonalds DSi</a>
<a href="./McD/help/index.html">Help Page</a>
</div>
</div>
<!-- Wuhu Island -->
<!-- <div class="dropdown">
<form>
<button formaction="./wuhu/wuhu.html" class="dropbtn">Wuhu Island
<i class="fa fa-caret-down"></i>
</button>
</form>
<div class="dropdown-content">
<a href="./wuhu/wiifit.html">Wii Fit</a>
<a href="./wuhu/wiisports.html">Wii Sports</a>
<a href="./wuhu/wiisportsresort.html">Wii Sports Resort</a>
</div>
</div> -->
<!-- Misc -->
<div class="dropdown">
<button class="dropbtn">Misc
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./misc/clippy.html">Clippy</a>
</div>
</div>
</div>
<div style="padding-left:20px">
<div style="padding-right:20px">
<center>
<br>
<h1>Welcome to The Joey Archives</h1>
<br>
<h2>Here I'll post/write about oddities and obscure things in video games.</h2>
<h3>You may know me from ecdp.tech which shut down 12/31/2021.</h3>
<footer>
<p>© Joey/IAmThePerson 2022</p>
</footer>
</center>
</div>
</body>
</html>