aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-10 11:51:00 -0400
committerAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-10 11:51:00 -0400
commitdfb65f04b8579c9c4e24086452474adcae9b87b7 (patch)
treea020a31c1813f52864b71025c133823b6aad9f55 /doc
parent1f769cf0e589001adc4a65d621f7968550209799 (diff)
Stuff
Diffstat (limited to 'doc')
-rw-r--r--doc/QuestList.htm40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/QuestList.htm b/doc/QuestList.htm
new file mode 100644
index 0000000..a4bf677
--- /dev/null
+++ b/doc/QuestList.htm
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Quest</title>
+ <style>
+ .title{
+ background:#833;
+ color:white;
+ font-family:Consolas;
+ font-size:16px;
+ margin:auto 20px;
+ padding:12px;
+ }
+ .code{
+ background:#555;
+ color:white;
+ font-family:Consolas;
+ font-size:12px;
+ margin:auto 20px;
+ padding:20px;
+ }
+ .reward{
+ background:#383;
+ color:white;
+ font-family:Consolas;
+ font-size:16px;
+ margin:auto 20px;
+ padding:15px;
+
+ }
+ </style>
+</head>
+<body>
+ <h1>Quests</h1>
+ <hr>
+ <div class="title">Hello there!</div>
+ <div class="code">In this quest you must find the starting village of ASS</div>
+ <div class="reward">A starting weapon for the class of your choice</div>
+</body>
+</html>