1973
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
2 "http://www.w3.org/TR/html4/strict.dtd">
|
|
3 <html>
|
|
4 <head>
|
2148
|
5 <title>oyamamadaのページ</title>
|
|
6 <link rel="stylesheet" type="text/css" href="hp.css">
|
1973
|
7 </head>
|
|
8
|
|
9 <body>
|
2148
|
10 <h1>プロフィール</h1>
|
|
11 <ul>
|
|
12 <li>名前:小山田晃平</li>
|
|
13 <li>年齢:大学3年生(20歳)</li>
|
|
14 <li>出身:青森県五戸町</li>
|
|
15 </ul>
|
|
16
|
|
17 <h1>酒田グルメ</h1>
|
|
18 <h2>ラーメン</h2>
|
|
19 <table>
|
|
20 <tr>
|
|
21 <th><a href="mangetsu.html"/a>満月</th>
|
|
22 <th><a href="kagetsu.html"/a>花月</th>
|
|
23 </tr>
|
|
24
|
|
25 <tr>
|
|
26 <th><img src="photo/mangetsu.jpg" hight="300" width="300"></th>
|
2150
|
27 <th><img src="photo/kagetsu.jpg" hight="300" width="300"></th>OB
|
2148
|
28 </tr>
|
|
29
|
|
30 <tr>
|
|
31 <th><a href="menta.html"/a>麺太</th>
|
|
32 <th><a href="tetsu.html"/a>らーめん哲</th>
|
|
33 </tr>
|
1973
|
34
|
2148
|
35 <tr>
|
|
36 <th><img src="photo/menta.png" hight="300" width="300"> </th>
|
|
37 <th><img src="photo/tetsu.jpg" hight="300" width="300"></th>
|
|
38 </tr>
|
|
39
|
|
40 <tr>
|
|
41 <th><a href="katyo.html"/a>花鳥風月</th>
|
2150
|
42 <th><a href="menta.html"/a>麺屋酒田みなと店</th>
|
2148
|
43 </tr>
|
|
44
|
|
45 <tr>
|
|
46 <th><img src="photo/katyo.jpg" hight="300" width="300"> </th>
|
2150
|
47 <th><img src="photo/menya.jpg" hight="300" width="300"></th>
|
2148
|
48 </tr>
|
|
49
|
|
50 </table>
|
|
51
|
|
52 <h2>その他</h2>
|
|
53 <table>
|
|
54
|
|
55 <tr>
|
|
56 <th><a href="sumi-tetau.html"/a>炭火割烹てつ</th>
|
|
57 <th><a href="dezima.html"/a>割烹出島</th>
|
|
58 </tr>
|
|
59
|
|
60 <tr>
|
|
61 <th><img src="photo/sumi_tetsu.png" hight="300" width="300"> </th>
|
|
62 <th><img src="photo/dezima.jpg" hight="300" width="300"></th>
|
|
63 </tr>
|
|
64
|
|
65 </table>
|
1973
|
66 <address>c111039@g.koeki-u.ac.jp</address>
|
|
67
|
|
68 </body>
|
|
69 </html>
|