diff options
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 |