-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 3.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html> <!-- https://itour.incheon.go.kr/NTK_20000/NTK_20400/Read.jsp?ntt_id=49472#none -->
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>20181079 김원형</title>
</head>
<body>
<link rel="stylesheet" href="css/first.css" type="text/css">
<h1>인천 대표 관광지</h1>
<div class="main">
<img src="img/mappp.PNG" alt="map" usemap="#map1">
<map name="map1">
<area shape="rect" coords="172,188,556,477" alt="ganghwa" href="html/ganghwa.html">
<area shape="rect" coords="337,481,465,517" alt="ongjin" href="html/ongjin.html">
<area shape="poly" coords="52,523,22,543,234,752,542,757,539,693,96,534" alt="ongjin" href="html/ongjin.html">
<area shape="poly" coords="351,556,367,557,413,531,457,531,475,516,473,496,482,495,490,489,498,497,498,502,515,510,552,495,560,508,534,652,348,638,351,555" alt="junggo" href="html/junggo.html">
<area shape="poly" coords="624,603,667,630,643,682,601,665,610,610,611,610" alt="junggo" href="html/junggo.html">
<area shape="poly" coords="621,603,650,593,668,592,682,604,682,619,673,631,647,621" alt="donggu" href="html/donggu.html">
<area shape="poly" coords="727,625,729,612,740,604,726,585,718,569,713,557,712,548,727,538,727,528,746,526,754,501,719,469,726,460,765,469,773,445,764,432,752,432,749,429,755,422,714,393,708,385,688,377,681,384,665,397,629,432,626,429,614,443,587,446,579,456,586,479,596,482,592,506,581,507,575,526,584,549,597,548,593,535,597,528,608,528,617,533,678,539,684,528,697,529,692,536,689,543,670,546,645,548,632,552,634,568,641,580,662,579,671,576,671,586,674,597" alt="seogu"href="html/seogu.html">
<area shape="poly" coords="720,546,757,551,800,551,823,549,819,532,827,523,827,507,834,503,834,491,865,469,860,459,850,456,839,462,833,454,823,455,815,462,798,446,785,446,774,447,767,471,735,469,726,462,722,471,758,498,748,528,731,528,730,539" alt="gyeyanggu" href="html/gyeyanggu.html">
<area shape="poly" coords="818,550,784,557,760,558,718,551,719,569,745,605,731,618,734,633,753,620,800,635,822,624,808,605,797,604,792,598,801,593,794,577,799,564,818,563" alt="bupyenggu" href="html/bupyeonggu.html">
<area shape="poly" coords="737,633,755,624,781,633,803,639,827,626,841,628,845,641,852,652,837,659,836,689,820,696,816,727,773,756,758,768,742,754,718,753,707,746,726,721,738,711,752,693,750,675,740,665,734,661,740,646" alt="namdounggu" href="html/namdonggu.html">
<area shape="poly" coords="737,670,749,683,743,699,722,717,707,738,704,744,687,734,666,717,654,706,651,692,693,681,712,688,723,687,732,683" alt="yeonsugu" href="html/yeonsugu.html">
<area shape="poly" coords="683,607,709,619,728,632,734,644,729,655,728,665,733,677,721,681,704,680,694,678,677,678,666,681,654,686,656,657,670,638,680,628" alt="michuhol" href="html/michuhol.html">
</map>
</div>
</body>
</html>