Skip to content

Commit 789576a

Browse files
authored
Add files via upload
1 parent 778830a commit 789576a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<img src="maxresdefault.jpg" alt="My Image" usemap="#mymap">
10+
<map name="mymap">
11+
<area shape="rect" coords="524,68,1104,307" href="https://www.youtube.com/" target="_blank" alt="">
12+
</map>
13+
14+
</body>
15+
</html>

maxresdefault.jpg

52.7 KB
Loading

0 commit comments

Comments
 (0)