forked from 15peaces/15-3athena
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
50 lines (46 loc) · 2.91 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>15-3athena | Intro</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="./readme/style.css">
</head>
<body>
<div id="template">
<div id="header">
<div class="logo">15-3athena<br><span class="subtitle">- eAthena-based RAGNAROK Online Server Emulator</span></div>
<div class="title">Intro</div>
</div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="./readme.html">Intro</a></li>
<li><a href="./readme/setup.html">Setup</a></li>
<li><a href="./readme/faq.html">FAQ</a></li>
<li><a href="./readme/scripting.html">Scripting</a></li>
<li><a href="./readme/commands.html">GM Commands</a></li>
<li><a href="./readme/resources.html">Resources</a></li>
</ul>
</div>
<div class="body-container">
<ul>
<li><span class="body-title">What is eAthena?</span><br>
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 was jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. eAthena was a continuation of the original jAthena project. However, eAthena isn't updated anymore. It got replaced by certain continutations like hercules and rAthena.</li>
</ul>
<ul>
<li><span class="body-title">What is 15-3athena?</span><br>
15-3athena is another pre-renewal 3rd class eAthena modification. It comes basically as a remake and extension of 3ceam. So most of contents and their copyrights go to 3ceam-devs. However, it'll take time to get a first stable version, but let's try our best!</li>
</ul>
<ul>
<li><span class="body-title">Who are the 15-3athena developers?</span><br>
You can find a list of the currently active 15-3athena developers at:<br>
<a href="https://github.com/15peaces/15-3athena/graphs/contributors" target="_blank">https://github.com/15peaces/15-3athena/graphs/contributors</a>
</li>
</ul>
</div>
<div id="footer">
"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_blank">Kisuka</a><br/>
"Read Me" updated by <a href="http://15peaces.com" target="_blank">15peaces</a>
</div>
</div>
</body>
</html>