-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (71 loc) · 2.24 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
<head>
<meta charset="UTF-8">
<title>ntm.golf - Notes & Guides</title>
<link rel="icon" type="image/png" href="/assets/flags/flag-circle.png"/>
<style>
body {
font-family: Tahoma, sans-serif;
}
html, body {
margin: 0;
height: 100%;
}
app * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
<script src="/components/html-header.js"></script>
</head>
<body>
<style>
body {
background-color: black;
color: white;
}
a:visited {
color: #dedede;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #4e4e4e;
color: #a4a4a4;
text-align: center;
font-size: 12px;
}
.footer p {
padding-left: 10px;
padding-right: 10px;
}
</style>
<img src="/assets/under-construction.gif"></img>
<br/>
<br/>
<br/>
<hr>
<h2>Course Notes</h2>
<ul>
<li><a href="/notes?course=germany">Germany</a></li>
<li><a href="/notes?course=japan">Japan</a></li>
<li><a href="/notes?course=australia">Australia</a></li>
<li><a href="/notes?course=usa">USA</a></li>
</ul>
<p>(Work in progress)</p>
<p>Power Golfer only for now, though more golfers may come later if I decide to learn them.</p>
<br/>
<hr>
<h2>Guides</h2>
<ul>
<li><a href="/guides/setting-wind-with-cheat-engine/">Guide: Setting Wind in NTM (With Cheat Engine)</a></li>
</ul>
<div class="footer">
<p><b>ntm.golf</b> is an independent fan website and is not affiliated with, endorsed by, or in any way officially connected with the Neo Turf Masters franchise, its developers, SNK, or any of its subsidiaries. All trademarks, game screenshots, and logos appearing on the site are the property of their respective owners. Any reference to the Neo Turf Masters game is for descriptive purposes only and does not imply any association with or endorsement by the game's creators.</p>
</div>
</body>