diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-19 03:25:29 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-19 03:25:29 +0000 |
commit | e29d0c257f7e762dcd81994ca987768d54ddb14d (patch) | |
tree | 5b8b135751c9cbee5beb0a9291ca51f0aae734f2 /readme/commands.html | |
parent | 6a3dd115ac3d67fcf09646a829acbfa7768e2fa5 (diff) | |
download | hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.gz hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.bz2 hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.xz hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.zip |
- Set svn:mime-type properties on readme files so they can be browsed directly from the SVN.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14712 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/commands.html')
-rw-r--r-- | readme/commands.html | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/readme/commands.html b/readme/commands.html index 35d8bcf68..6cc5e5591 100644 --- a/readme/commands.html +++ b/readme/commands.html @@ -1,32 +1,32 @@ -<html>
- <head>
- <title>eAthena | GM Commands</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
- <body>
- <div id="template">
- <div id="header">
- <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">GM Commands</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <li><a href="resources.html">Resources</a></li>
- </ul>
- </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 />
- <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>
- </body>
+<html> + <head> + <title>eAthena | GM Commands</title> + <link rel="stylesheet" type="text/css" href="style.css"> + </head> + <body> + <div id="template"> + <div id="header"> + <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="title">GM Commands</div> + </div> + <div id="navcontainer"> + <ul id="navlist"> + <li><a href="../readme.html">Intro</a></li> + <li><a href="setup.html">Setup</a></li> + <li><a href="faq.html">FAQ</a></li> + <li><a href="scripting.html">Scripting</a></li> + <li><a href="commands.html">GM Commands</a></li> + <li><a href="resources.html">Resources</a></li> + </ul> + </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 /> + <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> + </body> </html>
\ No newline at end of file |