summaryrefslogtreecommitdiff
path: root/redead
diff options
context:
space:
mode:
Diffstat (limited to 'redead')
-rw-r--r--redead/index.html48
-rw-r--r--redead/style.css3
2 files changed, 51 insertions, 0 deletions
diff --git a/redead/index.html b/redead/index.html
new file mode 100644
index 0000000..ddf6abf
--- /dev/null
+++ b/redead/index.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+
+ <link rel="icon" href="/favicon.ico">
+
+ <title>Redead</title>
+
+ <link href="../css/milligram.min.css" rel="stylesheet">
+ <link href="style.css" rel="stylesheet">
+
+ </head>
+
+ <body>
+ <main class="wrapper">
+ <section class="container"><h1 class="title">Welcome to Redead</h1></section>
+ <section class="container">
+ <p>Redead is a round-based gamemode where you fight against the zombie horde as the elite Unit9. You are rewarded "bones" you can spend on ammo and better equipment through the <strong>f2</strong> shop menu.
+ </section>
+ <section class="container">
+ <p>There are lots of negitive effects you can gain while playing ReDead, here are a table of some of them and their cures.
+ <table>
+ <tr><th>Affliction</th><th>Cure</th></tr>
+ <tr>
+ <td>Infection</td><td><ul>
+ <li>Antidote
+ <li>Unstable Mutagen
+ <li>Alpha Mutagen
+ </ul></td>
+ </tr>
+ <tr>
+ <td>Radiation</td><td><ul>
+ <li>Anti-rad pills
+ <li>Vodka
+ <li>Time
+ </ul></td>
+ </tr>
+ <tr><td>Bleeding</td><td>Bandages</td></tr>
+ </table>
+ <p>Pleny of zombies await you just after we finish loading a few things! If you want to hang out with all the cool kids, check out cogarr.com and visit the ReDead board!
+ </section>
+ <section class="container">
+ <p>Redead is a gamemode originally by TwoSki, the version you're playing has modifications by Apickx
+ </section>
+ </main>
+ </body>
+</html>
diff --git a/redead/style.css b/redead/style.css
new file mode 100644
index 0000000..70e3f9c
--- /dev/null
+++ b/redead/style.css
@@ -0,0 +1,3 @@
+.wrapper .container{
+ max-width:80rem
+}