diff options
Diffstat (limited to 'readme/commands.html')
-rw-r--r-- | readme/commands.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/readme/commands.html b/readme/commands.html index 6cc5e5591..b5a5e845f 100644 --- a/readme/commands.html +++ b/readme/commands.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | GM Commands</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div id="template"> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">GM Commands</div> </div> <div id="navcontainer"> @@ -21,12 +23,12 @@ </div> <div class="body-container"> - The following are the GM Commands which can be used in-game on an eAthena server.<br /><br /> - <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br /><br /> + The following are the GM Commands which can be used in-game on an eAthena server.<br><br> + <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br><br> <iframe width="100%" height="35%" src="../conf/help2.txt"></iframe> </div> <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + </div> </body> </html>
\ No newline at end of file |