Newer
Older
skip-web / staff / oyamada / index.html
@Ryu Ryu on 13 Jul 2018 1 KB convert to utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
	"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>oyamamadaのページ</title>
<link rel="stylesheet" type="text/css" href="hp.css">
</head>

<body>
<h1>プロフィール</h1>
<ul>
<li>名前:小山田晃平</li>
<li>年齢:大学3年生(20歳)</li>
<li>出身:青森県五戸町</li>
</ul>

<h1>酒田グルメ</h1>
<h2>ラーメン</h2>
<table>
<tr>
<th><a href="mangetsu.html"/a>満月</th>
<th><a href="kagetsu.html"/a>花月</th>
</tr>

<tr>
<th><img src="photo/mangetsu.jpg" hight="300" width="300"></th>
<th><img src="photo/kagetsu.jpg" hight="300" width="300"></th>OB
</tr>

<tr>
<th><a href="menta.html"/a>麺太</th>
<th><a href="tetsu.html"/a>らーめん哲</th>
</tr>

<tr>
<th><img src="photo/menta.png" hight="300" width="300"> </th>
<th><img src="photo/tetsu.jpg" hight="300" width="300"></th>
</tr>

<tr>
<th><a href="katyo.html"/a>花鳥風月</th>
<th><a href="menta.html"/a>麺屋酒田みなと店</th>
</tr>

<tr>
<th><img src="photo/katyo.jpg" hight="300" width="300"> </th>
<th><img src="photo/menya.jpg" hight="300" width="300"></th>
</tr>

</table>

<h2>その他</h2>
<table>

<tr>
<th><a href="sumi-tetau.html"/a>炭火割烹てつ</th>
<th><a href="dezima.html"/a>割烹出島</th>
</tr>

<tr>
<th><img src="photo/sumi_tetsu.png" hight="300" width="300"> </th>
<th><img src="photo/dezima.jpg" hight="300" width="300"></th>
</tr>

</table>
<address>c111039@g.koeki-u.ac.jp</address>

</body>
</html>