-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (37 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>LucianoTheWindowsFan</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
p {
font-family: Verdana, Arial, sans-serif;
font-size: 150%;
}
a {
color: black;
background-color: transparent;
text-decoration: none;
}
</style>
</head>
<body>
<img src="blank.png" width="12%"/>
<center><img src="LucianoLogo.png" alt="Why are hovering over me?" width="50%">
<p>
<a href="en/index.html" target="_self">English</a>
<br><br>
<a href="es/index.html" target="_self">Español</a>
</p>
<img src="blank.png" width="3%"/>
<p>
<small><small><small>
Doki © <a href="https://corporate.discovery.com/" target="_blank">Discovery Communications & <a href="http://steinbranding.com/" target="_blank">Steinbranding</a><br>
Wagyan © <a href="https://www.bandainamcoent.com/" target="_blank">Bandai Namco</a><br>
Mario © <a href="https://www.nintendo.com/" target="_blank">Nintendo</a><br>
Hebereke © <a href="https://www.sun-denshi.co.jp/soft/en/" target="_blank">Sunsoft</a>
</small></small></small>
</p>
</center>
</body>
</html>