diff options
author | Clyne Sullivan <clyne@clyne-lp.example.com> | 2015-09-17 09:22:45 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@clyne-lp.example.com> | 2015-09-17 09:22:45 -0400 |
commit | c38029fa3d4fd7488c2bd9236eec86aff4448314 (patch) | |
tree | 2807889557cbc0c5391181c3556e4978eaa9549a /doc/QuestList.htm | |
parent | 334ee89484336412d39e509c2594dee8f47c22ad (diff) |
shit
Diffstat (limited to 'doc/QuestList.htm')
-rw-r--r-- | doc/QuestList.htm | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/QuestList.htm b/doc/QuestList.htm deleted file mode 100644 index a4bf677..0000000 --- a/doc/QuestList.htm +++ /dev/null @@ -1,40 +0,0 @@ -<!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> |