-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
100 lines (89 loc) · 2.78 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<meta property="og:title" content="ManiaScript Reference">
<meta property="og:description" content="Latest, automatically generated ManiaScript references via Doxygen. Includes Trackmania 2020, ManiaPlanet, and Trackmania Turbo.">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<title>ManiaScript Reference</title>
<style>
body {
background-color: #1C1D1F;
color: white;
text-align: center;
font-family: "Roboto", sans-serif;
}
main {
max-width: 600px;
margin: 0 auto;
}
div {
padding: 20px;
background-color: #252628;
border: 2px solid #38393B;
display: flex;
justify-content: center;
border-radius: 20px;
margin: 20px 10px;
position: relative;
}
span {
position: absolute;
right: 15px;
bottom: 12px;
font-size: 14px;
font-weight: bold;
font-family: "Chivo Mono", monospace;
color: white;
}
a {
text-decoration: none;
color: #68B2ED;
}
a:hover {
text-decoration: underline;
}
a:hover div {
background-color: #2D2E30;
}
h1 {
font-size: 40px;
margin-top: 40px;
margin-bottom: 40px;
}
img {
max-width: 100%;
max-height: 112px;
}
</style>
</head>
<body>
<main>
<h1>ManiaScript Reference</h1>
<a href="trackmania/">
<div>
<img src="trackmania/logo.png">
<span>2024.12.12.1515</span>
</div>
</a>
<a href="maniaplanet/">
<div>
<img src="maniaplanet/logo.png">
<span>2019.11.19.1850</span>
</div>
</a>
<a href="tmturbo/">
<div>
<img src="tmturbo/logo.png">
<span>2016.11.07.1615</span>
</div>
</a>
<p>Other references: <a href="maniaplanet3outdated/">ManiaPlanet 3 <small>(2015.06.18.1510)</small></a></p>
</main>
</body>
</html>