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.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.html')
-rw-r--r-- | readme.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/readme.html b/readme.html index b133957f6..f6fb6252c 100644 --- a/readme.html +++ b/readme.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | 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="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">Intro</div> </div> <div id="navcontainer"> @@ -29,12 +31,12 @@ <ul> <li><span class="body-title">Who are the eAthena developers?</span><br> You can find a list of the currently active eAthena developers at:<br> - <a href="http://code.google.com/p/eathena-project/people/list" target="_new">http://code.google.com/p/eathena-project/people/list</a> + <a href="http://code.google.com/p/eathena-project/people/list" target="_new">http://code.google.com/p/eathena-project/people/list</a> </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 |