Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Italy</title>
</head>
<body>
<div align="center">
<img src="italy.gif" alt="" width="415" height="407" usemap="#Italy">
<map name="Italy">
<area shape="circle" coords="122,66,21" href="p2.html" target="_blank">
<area shape="poly" coords="266,342,281,335,285,339,286,344,271,363,279,380,271,393,251,391,245,382,228,379,204,362,191,361,185,351,188,345,194,339,203,344,212,337,223,344,239,343" href="p3.html" target="_blank">
<area shape="rect" coords="186,184,250,213" href="p1.html" target="_blank" alt="">
</map>
</div>
</body>
</html>