readme.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>rAthena | Intro</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <link rel="stylesheet" type="text/css" href="./readme/style.css">
  7. </head>
  8. <body>
  9. <div id="template">
  10. <div id="header">
  11. <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
  12. <div class="title">Intro</div>
  13. </div>
  14. <div id="navcontainer">
  15. <ul id="navlist">
  16. <li><a href="./readme.html">Intro</a></li>
  17. <li><a href="./readme/setup.html">Setup</a></li>
  18. <li><a href="./readme/faq.html">FAQ</a></li>
  19. <li><a href="./readme/scripting.html">Scripting</a></li>
  20. <li><a href="./readme/commands.html">GM Commands</a></li>
  21. <li><a href="./readme/resources.html">Resources</a></li>
  22. </ul>
  23. </div>
  24. <div class="body-container">
  25. <ul>
  26. <li><span class="body-title">What is rAthena?</span><br>
  27. rAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. rAthena is a continuation of the eAthena project.
  28. </li>
  29. </ul>
  30. <ul>
  31. <li><span class="body-title">Who are the rAthena developers?</span><br>
  32. You can find a list of the currently active rAthena developers at:<br>
  33. <a href="http://sourceforge.net/project/memberlist.php?group_id=637719" target="_new">http://sourceforge.net/project/memberlist.php?group_id=637719</a>
  34. </li>
  35. </ul>
  36. </div>
  37. <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  38. </div>
  39. </body>
  40. </html>