OSDN Git Service

[update]2018/05/17の更新を今更ながら追加。
[hengband/web.git] / src / template.html
index ac2755d..7b2d0b0 100644 (file)
@@ -1,95 +1,20 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
 
-<HTML>
+<html lang="jp">
 
-       <HEAD>
-               <LINK rev=made href="mailto:hengband-dev@lists.sourceforge.jp">
-               <META http-equiv="Content-Type" content="text/html;charset=EUC-JP">
-               <link rel="stylesheet" type="text/css" href="hengband.css">
-               <TITLE>ÊѶòÈÚÅÜ ¸ø¼°WEB</TITLE>
-       </HEAD>
+<!--head-->
 
-       <BODY>
+       <body>
 
-               <div id="wrapper">
-
-                       <div id="header">
-
-                               <table class="title">
-                                       <tr>
-                                               <td>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                               </td>
-
-                                               <td rowspan="2">
-                                                       <img src="hengband_title.png" alt="ÊѶòÈÚÅÜ Hengband">
-                                               </td>
-
-                                               <td>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                               </td>
-
-                                       </tr>
-                                       <tr>
-                                               <td>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                               </td>
-
-                                               <td>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                                       <img src="tama.gif" alt="tama" width=33 height=47>
-                                               </td>
-
-                                       </tr>
-
-                               </table class="title">
-
-                       </div>
-
-                       <div class="main_menu_bar">
-                               <table class="main_menu_bar">
-                                       <tr>
-                                               <td class="main_menu"><a href="index.html">¥È¥Ã¥×</a></td>
-                                               <td class="main_menu"><a href="download.html">¥À¥¦¥ó¥í¡¼¥É</a></td>
-                                               <td class="main_menu"><a href="score.html">¥¹¥³¥¢</a></td>
-                                               <td class="main_menu"><a href="lists.html">¥³¥ß¥å¥Ë¥Æ¥£</a></td>
-                                       </tr>
-                                       <tr>
-                                               <td class="main_menu"><a href="history.html">¥Ð¡¼¥¸¥ç¥óÍúÎò</a></td>
-                                               <td class="main_menu"><a href="link.html">´ØÏ¢¥ê¥ó¥¯</a></td>
-                                               <td class="main_menu"><a href="jlicense.txt">Ãøºî¸¢É½µ­</a></td>
-                                               <td class="main_menu"><a href="en/index.html">English page</a></td>
-                                       </tr>
-                               </table>
-                       </div>
-<!--- Templete Header --->
-
-
-
-
-
-
-<!--- Templete Footer --->
-                       <div class="footer">
-                               <a href="http://sourceforge.jp/" class="footer_banner"><img src="http://sourceforge.jp/sflogo.php?group_id=541" width="96" height="31" border="0" alt="SourceForge.jp"></a>
-                               ¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤Ï¸æ¼«Í³¤Ë¤É¤¦¤¾¡£/Link Free. 2012 Hengband Dev Team.<br>
-                               <a href="mailto:hengband-dev@lists.sourceforge.jp">hengband-dev@lists.sourceforge.jp</a><br>
-                       </div>
+<!--header-->
 
+               <div id="main">
+<!--main contents-->
                </div>
 
-       </BODY>
+<!--footer-->
+
+       </body>
 
-</HTML>
+</html>