diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-15 12:48:11 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-15 12:48:11 +0000 |
commit | f58856d5ab5a79e09e4aad906cecd7aa931a2224 (patch) | |
tree | 578e7012b84df2bae3bbcb524e378ed41dd4aad3 /readme/resources.html | |
parent | 46b6685fa8ab480705cdd818adf283b3778e3fcc (diff) | |
download | hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.gz hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.bz2 hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.xz hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.zip |
* Some readme clean-ups (related r14711).
- Normalized whitespace and made the html files validate properly.
- Moved faq-content content to faq.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/resources.html')
-rw-r--r-- | readme/resources.html | 71 |
1 files changed, 32 insertions, 39 deletions
diff --git a/readme/resources.html b/readme/resources.html index 87947b80d..79c3376ed 100644 --- a/readme/resources.html +++ b/readme/resources.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | 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="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">Resources</div> </div> <div id="navcontainer"> @@ -19,49 +21,40 @@ <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 eAthena.<br /> + The following are some links to various resources which can be helpful when using eAthena.<br> <ul> - <li><a href="http://www.eathena.ws/" target="_new">http://www.eathena.ws/</a><br> - The official eAthena project website. - </li><br> - - <li><a href="http://eathena-project.googlecode.com/svn/" target="_new"> - http://eathena-project.googlecode.com/svn/</a><br> - The official SVN of the eAthena project.</li><br> - - <li><a href="irc://irc.deltaanime.net/#athena" target="_new">irc://irc.deltaanime.net/#athena</a><br> - The official eAthena IRC Channel.</li><br> - - <li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br> - The official AEGIS Support Board.</li><br> - - <li><a href="http://www.ragnarokonline.com/" target="_new"> - http://www.ragnarokonline.com/</a><br> - The official Ragnarok Online website. - </li><br> - - <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><br> - + <li><a href="http://www.eathena.ws/" target="_new">http://www.eathena.ws/</a><br> + The official eAthena project website.</li> + + <li><a href="http://eathena-project.googlecode.com/svn/" target="_new">http://eathena-project.googlecode.com/svn/</a><br> + The official SVN of the eAthena project.</li> + + <li><a href="irc://irc.deltaanime.net/#athena" target="_new">irc://irc.deltaanime.net/#athena</a><br> + The official eAthena 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 eAthena. - </li><br> - + Documentation of the script commands available in eAthena.</li> + <li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br> - Documentation of the visual effects available in eAthena. - </li><br> - + Documentation of the visual effects available in eAthena.</li> + <li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br> - Documentation of the item bonuses available in eAthena. - </li><br> + Documentation of the item bonuses available in eAthena.</li> </ul> </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </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 |