diff options
Diffstat (limited to 'readme/resources.html')
-rw-r--r-- | readme/resources.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/readme/resources.html b/readme/resources.html deleted file mode 100644 index 9b8566e28..000000000 --- a/readme/resources.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <title>rAthena | Resources</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="header"> - <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> - <div class="title">Resources</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 some links to various resources which can be helpful when using rAthena.<br> - <ul> - <li><a href="http://rathena.org/" target="_new">http://rathena.org/</a><br> - The official rAthena project website.</li> - - <li><a href="https://rathena.svn.sourceforge.net/svnroot/rathena/" target="_new">https://rathena.svn.sourceforge.net/svnroot/rathena/</a><br> - The official SVN of the rAthena project.</li> - - <li><a href="irc://irc.rathena.net" target="_new">irc://irc.rathena.net</a><br> - The official rAthena IRC Channel.</li> - - <li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br> - The official AEGIS Support Board.</li> - - <li><a href="http://www.ragnarokonline.com/" target="_new">http://www.ragnarokonline.com/</a><br> - The official Ragnarok Online website.</li> - - <li><a href="http://nn.nachtwolke.com/dev/npclist/" target="_new">http://nn.nachtwolke.com/dev/npclist/</a><br> - List of Ragnarok Online NPC sprite names and IDs.</li> - - <li><a href="../doc/script_commands.txt" target="_new">Script Commands</a><br> - Documentation of the script commands available in rAthena.</li> - - <li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br> - Documentation of the visual effects available in rAthena.</li> - - <li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br> - Documentation of the item bonuses available in rAthena.</li> - </ul> - </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> - </body> -</html> |