-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (53 loc) · 2.61 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>
<html lang="en">
<head>
<title>Pato's Website</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Pato">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="apple-touch-icon" href="img/glasses.png" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css" />
<meta content="#bf0101" data-react-helmet="true" name="theme-color">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="pages/tabs/mods.html">Mods</a>
<a href="pages/tabs/blog.html">Blog</a>
<a href="pages/tabs/aboutme.html">About Me</a>
</div>
<div class="contentAboutme">
<h1>Welcome to my website!</h1>
<h2>Recent Video</h2>
<div class="modslist">
<div class="YTVideo">
<iframe width="420" height="345"
src="https://www.youtube.com/embed/rFNGwkcThdo" frameborder="0" allowfullscreen></iframe>
</iframe>
</div>
</div>
<h3>Recently Updated Mods</h3>
<div class="modslist">
<div class="mod">
<img src="img/mods/mk8/spongebobboatbash-Music.png"/>
<p>Selection - SpongeBob's Boating Bash (Mario Kart 8)</p>
<p><a href="https://gamebanana.com/sounds/69159"><img src="img/buttons/download.png" style="width:100px;height:20px;"></a></p>
</div>
<div class="mod">
<img src="img/mods/mp9/mikewa.png"/>
<p>Mike Wazowski (Mario Party 9)</p>
<p><a href="https://gamebanana.com/mods/458166"><img src="img/buttons/download.png" style="width:100px;height:20px;"></a></p>
</div>
<div class="mod">
<img src="img/mods/mario3dland/mariosunshineoutfit.jpg"/>
<p>Mario Sunshine Outfit (Super Mario 3D Land)</p>
<p><a href="https://gamebanana.com/mods/449655"><img src="img/buttons/download.png" style="width:100px;height:20px;"></a></p>
</div>
<a href="pages/navbar/mods.html">View All</a>
</div>
<h4>you can vist this website on O3DS/N3DS by typing it in or using a <a href="https://github.com/duck2469/duck2469.github.io/releases/tag/cia">CIA Version</a></h4>
</div>
</body>
</html>