readme.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title>eAthena | Intro</title>
  4. <link rel="stylesheet" type="text/css" href="./readme/style.css">
  5. </head>
  6. <body>
  7. <div id="template">
  8. <div id="header">
  9. <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
  10. <div class="title">Intro</div>
  11. </div>
  12. <div id="navcontainer">
  13. <ul id="navlist">
  14. <li><a href="./readme.html">Intro</a></li>
  15. <li><a href="./readme/setup.html">Setup</a></li>
  16. <li><a href="./readme/faq.html">FAQ</a></li>
  17. <li><a href="./readme/scripting.html">Scripting</a></li>
  18. <li><a href="./readme/commands.html">GM Commands</a></li>
  19. <li><a href="./readme/resources.html">Resources</a></li>
  20. </ul>
  21. </div>
  22. <div class="body-container">
  23. <ul>
  24. <li><span class="body-title">What is eAthena?</span><br>
  25. eAthena 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. eAthena is a continuation of the original jAthena project.</li>
  26. </ul>
  27. <ul>
  28. <li><span class="body-title">Who are the eAthena developers?</span><br>
  29. You can find a list of the currently active eAthena developers at:<br>
  30. <a href="http://code.google.com/p/eathena-project/people/list" target="_new">http://code.google.com/p/eathena-project/people/list</a>
  31. </li>
  32. </ul>
  33. </div>
  34. <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  35. </div>
  36. </body>
  37. </html>