-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
44 lines (44 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TT-REC</title>
<meta name="description" content="tt-rec.com is a site that brings together several tools to make it easier to record time trials for Mario Kart Wii">
<meta name="keywords" content="MKW, Mario Kart Wii, Dolphin, time trial recording, Wii, tutorial, custom top 10, msg editor, input display, ghost manager, WhatisLoaf">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script src="navbar/init_nav.js"></script>
<style>
body {
text-align: center;
}
#title {
font-size: 40px;
font-weight: bold;
}
#description {
font-size: 20px;
padding-bottom: 5em;
}
p {
margin-top: 2em;
}
</style>
</head>
<body>
<div id="nav-placeholder"></div>
<section class="section">
<div class="container">
<img src="../navbar/tt_rec.png" width="500px">
<p>
<iframe width="640" height="360" src="https://www.youtube.com/embed/alYH761Olx4"></iframe>
</p>
<p class="is-size-3">
Don't spend your time here, click on one of the tools in the navigation bar above
<br> Or learn how to <a href="howto/index.html/?page=recdolphin">record on Dolphin</a>.
</p>
</div>
</section>
</body>
</html>