-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (22 loc) · 1.06 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
<!DOCTYPE html>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
<script>
function discord() {
window.open("https://discord.gg/QCNPgcSe2r", "_blank")
}
function github() {
window.open("https://github.com/caltropnetwork", "_blank")
}
</script>
<h1>Caltrop FastDL</h1>
This is our FastDL backend meant for downloading maps in-game.
<br><br>
<button onclick="window.location.href='maplist'" class="hover accent">PF2 map list</button>
<button onclick="window.location.href='cssmaplist'" class="hover accent">CS:S map list</button>
<button onclick="window.location.href='https://caltrop.asterisk.lol'" class="hover accent">Website</button>
<button onclick="discord()" class="hover accent">Join our Discord!</button>
<button onclick="github()" class="hover accent">Source Code</button>