diff --git a/assets/gauntlet-dots.png b/assets/gauntlet-dots.png new file mode 100644 index 00000000..33c6cd30 Binary files /dev/null and b/assets/gauntlet-dots.png differ diff --git a/assets/gauntlet-star.png b/assets/gauntlet-star.png new file mode 100644 index 00000000..6ff6bfc9 Binary files /dev/null and b/assets/gauntlet-star.png differ diff --git a/assets/gauntlets/bg/1.png b/assets/gauntlets/bg/1.png new file mode 100644 index 00000000..5d6a47f2 Binary files /dev/null and b/assets/gauntlets/bg/1.png differ diff --git a/assets/gauntlets/bg/10.png b/assets/gauntlets/bg/10.png new file mode 100644 index 00000000..a9c5819e Binary files /dev/null and b/assets/gauntlets/bg/10.png differ diff --git a/assets/gauntlets/bg/11.png b/assets/gauntlets/bg/11.png new file mode 100644 index 00000000..a9c5819e Binary files /dev/null and b/assets/gauntlets/bg/11.png differ diff --git a/assets/gauntlets/bg/12.png b/assets/gauntlets/bg/12.png new file mode 100644 index 00000000..baca8e6d Binary files /dev/null and b/assets/gauntlets/bg/12.png differ diff --git a/assets/gauntlets/bg/13.png b/assets/gauntlets/bg/13.png new file mode 100644 index 00000000..54ee35a8 Binary files /dev/null and b/assets/gauntlets/bg/13.png differ diff --git a/assets/gauntlets/bg/14.png b/assets/gauntlets/bg/14.png new file mode 100644 index 00000000..53ce065a Binary files /dev/null and b/assets/gauntlets/bg/14.png differ diff --git a/assets/gauntlets/bg/15.png b/assets/gauntlets/bg/15.png new file mode 100644 index 00000000..80f185cf Binary files /dev/null and b/assets/gauntlets/bg/15.png differ diff --git a/assets/gauntlets/bg/2.png b/assets/gauntlets/bg/2.png new file mode 100644 index 00000000..0297ba39 Binary files /dev/null and b/assets/gauntlets/bg/2.png differ diff --git a/assets/gauntlets/bg/3.png b/assets/gauntlets/bg/3.png new file mode 100644 index 00000000..a65b6710 Binary files /dev/null and b/assets/gauntlets/bg/3.png differ diff --git a/assets/gauntlets/bg/4.png b/assets/gauntlets/bg/4.png new file mode 100644 index 00000000..dc3d1534 Binary files /dev/null and b/assets/gauntlets/bg/4.png differ diff --git a/assets/gauntlets/bg/5.png b/assets/gauntlets/bg/5.png new file mode 100644 index 00000000..a65b6710 Binary files /dev/null and b/assets/gauntlets/bg/5.png differ diff --git a/assets/gauntlets/bg/6.png b/assets/gauntlets/bg/6.png new file mode 100644 index 00000000..63beba12 Binary files /dev/null and b/assets/gauntlets/bg/6.png differ diff --git a/assets/gauntlets/bg/7.png b/assets/gauntlets/bg/7.png new file mode 100644 index 00000000..a65b6710 Binary files /dev/null and b/assets/gauntlets/bg/7.png differ diff --git a/assets/gauntlets/bg/8.png b/assets/gauntlets/bg/8.png new file mode 100644 index 00000000..53ce065a Binary files /dev/null and b/assets/gauntlets/bg/8.png differ diff --git a/assets/gauntlets/bg/9.png b/assets/gauntlets/bg/9.png new file mode 100644 index 00000000..dc3d1534 Binary files /dev/null and b/assets/gauntlets/bg/9.png differ diff --git a/assets/skull.png b/assets/skull.png new file mode 100644 index 00000000..74e70880 Binary files /dev/null and b/assets/skull.png differ diff --git a/html/gauntlet.html b/html/gauntlet.html new file mode 100644 index 00000000..7fce611d --- /dev/null +++ b/html/gauntlet.html @@ -0,0 +1,170 @@ + + Gauntlet + + + + + + + + + + + + +
+ +
+ + + + +
+
+ +
+

Gauntlet

+
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + diff --git a/html/gauntlets.html b/html/gauntlets.html index 98f49491..025ae1aa 100644 --- a/html/gauntlets.html +++ b/html/gauntlets.html @@ -41,7 +41,7 @@ gauntlets.forEach((x, y) => { $('#gauntletList').append(`
- +

${x.name}
Gauntlet

`) }) diff --git a/index.js b/index.js index 019a5f75..a66f71b8 100644 --- a/index.js +++ b/index.js @@ -270,6 +270,7 @@ app.get("/mappacks", function(req, res) { res.status(200).sendFile(__dirname + " app.get("/messages", function(req, res) { res.status(200).sendFile(__dirname + "/html/messages.html") }) app.get("/search", function(req, res) { res.status(200).sendFile(__dirname + "/html/filters.html") }) app.get("/search/:text", function(req, res) { res.status(200).sendFile(__dirname + "/html/search.html") }) +app.get("/gauntlet/:id", function(req, res) { res.status(200).sendFile(__dirname + "/html/gauntlet.html") }) // API