-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (39 loc) · 876 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@font-face {
font-family: 'Delfino';
src: url('./SuperMarioGalaxy2/Delfino.ttf') format('truetype');
}
a:link, a:visited, a:link:active, a:visited:active {
color: #3c3c3c;
text-decoration: underline;
cursor: auto;
}
.smg2Title {
font-family: Delfino;
font-size: 2vw;
color: #3c3c3c;
text-align: left;
position: relative;
}
.smg2Lang {
font-family: Delfino;
font-size: 1.5vw;
color: #3c3c3c;
text-align: left;
position: relative;
}
</style>
</head>
<body>
<div>
<div class="smg2Title"><a href="./SuperMarioGalaxy2/smg2.html">Super Mario Galaxy 2</a></div>
</div>
<div>
<div class="smg2Lang"><a href="./SuperMarioGalaxy2/smg2-us-en.html">USA English (~20%)</a></div>
</div>
</body>
</html>