Skip to content

Instantly share code, notes, and snippets.

@webcrafts
Created November 10, 2012 03:59
Show Gist options
  • Save webcrafts/4049804 to your computer and use it in GitHub Desktop.
Save webcrafts/4049804 to your computer and use it in GitHub Desktop.
TRANS CAFE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TOP | TRANS CAFE</title>
</head>
<body background="images/top/bg.png" style="background-repeat:repeat-x">
<!--header area-->
<table background="images/top/header_bg.png" width="960" border="0" cellspacing="0" cellpadding="0" style="margin-left:auto; margin-right:auto;">
<!--header-->
<tr>
<td width="300" height="100">
<a href="#">
<img src="images/top/logo.png" border="0" />
</a>
</td>
<td width="360"></td>
<td width="300">
<table border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td colspan="3" width="300" height="70"></td>
</tr>
<tr>
<td height="30" width="100">
<a href="#">
<img src="images/top/sitemap1.png" border="0" />
</a>
</td>
<td height="30" width="100">
<a href="#">
<img src="images/top/sitemap2.png" border="0" />
</a>
</td>
<td height="30" width="100">
<a href="#">
<img src="images/top/sitemap3.png" border="0" />
</a>
</td>
</tr>
</table>
</td>
</tr>
<!--header/END-->
<!--Nav-->
<tr>
<td colspan="3">
<table bgcolor="#FFFFFF" width="960" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35">
<a href="#">
<img src="images/top/top.png" border="0" />
</a>
</td>
<td height="35">
<a href="menu/index.html">
<img src="images/top/menu.png" border="0" />
</a>
</td>
<td height="35">
<a href="about/index.html">
<img src="images/top/about.png" border="0" />
</a>
</td>
<td height="35">
<a href="concept/concept.html">
<img src="images/top/contact.png" border="0" />
</a>
</td>
<td height="35">
<a href="map/index.html">
<img src="images/top/map.png" border="0" />
</a>
</td>
</tr>
</table>
</td>
<!--Nav/END--> </tr>
</table>
<!--header area/END-->
<!--main area-->
<!--メイン画像-->
<table bgcolor="#FFFFFF" width="960" border="0" cellpadding="0" cellspacing="0" style="margin-left:auto; margin-right:auto;">
<tr>
<td colspan="3" width="960" height="420">
<img src="images/top/main_image.jpg" border="0" />
</td>
</tr>
</table>
<!--下のメイン-->
<table bgcolor="#FFFFFF" width="960" border="0" cellpadding="0" cellspacing="0" style="margin-left:auto; margin-right:auto;">
<tr>
<!--左-->
<td colspan="2" width="600" height="300">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="600" height="100">
<a href="#">
<img src="images/top/mail_magazine.jpg" border="0" />
</a>
</td>
</tr>
<tr>
<td width="600" height="200">
<a href="about/index.html">
<img src="images/top/aboutcafe.jpg" border="0" />
</a>
</td>
</tr>
</table>
</td>
<!--左/END-->
<!--右-->
<td>
<table width="360" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="150" width="360">
<a href="#">
<img src="images/top/newopen.jpg" border="0" />
</a>
</td>
</tr>
<tr>
<td height="150" width="360">
<a href="#">
<img src="images/top/coupon.jpg" border="0" />
</a>
</td>
</tr>
</table>
</td>
<!-- 右/END --> </tr>
</table>
<!--main area-->
<!--footer-->
<table width="960" border="0" cellpadding="0" cellspacing="0" style="margin-left:auto; margin-right:auto;">
<tr>
<td colspan="3" width="960" height="110">
<img src="images/top/space.gif" width="1" height="10" />
<br />
<img src="images/top/footer.png"/>
</td>
</tr>
</table>
<!--footer-->
</body>
</html>
@webcrafts
Copy link
Author

が en-US なので ja-JP にすべし!!
(試験コメント)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment