Newer
Older
test / index.html
<!DOCTYPE html>
<html lang="ja">
         
<head>
<meta charset="utf-8">
<title>庄内農園</title>
<link rel="stylesheet" href="index.css" type="text/css">
</head>
         
<body>

<h1>サンプル</h1>

<!-- ここからのコードはGIMPで作る-->

<img src="image2.png" width="1910" height="918" border="0" usemap="#map" />

<!-- src=""のなかのURL(画像の名前、ファイル名)に間違いがないか確認-->
<!-- usemap="#xxx"のxxxと下の<map name="xxx">のxxxを同じ名前にする -->

<map name="map">

<!-- ここからの”#$コメント”は触らない -->

<!-- #$-:Image map file created by GIMP Image Map plug-in -->
<!-- #$-:GIMP Image Map plug-in by Maurits Rijk -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:2.3 -->
<!-- #$AUTHOR:北上大和 -->
<area shape="rect" coords="795,196,941,327" href="https://www.yatex.org/gitbucket/kitakami_warabi/test" />
<area shape="rect" coords="1074,190,1216,327" href="https://www.yatex.org/s4/" />
<area shape="rect" coords="1240,309,1379,427" href="https://www.yatex.org/s4/" />
<area shape="rect" coords="951,306,1046,446" href="https://www.yatex.org/s4/" />
<area shape="rect" coords="638,304,776,419" href="https://www.yatex.org/s4/" />
<area shape="rect" coords="553,478,724,628" href="https://www.yatex.org/s4/" />
</map>


     
</body>
         
</html>