-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinger.html
40 lines (40 loc) · 1.37 KB
/
finger.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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>finger</title>
<meta charset="UTF-8">
<!-- Leonie Gores -->
<link rel="stylesheet" href="style.css">
</head>
<body id="finger">
<img id="p1" class="phalange"src="img/finger/pb-1.png" alt="phalange1back">
<img id="p2" class="phalange"src="img/finger/pb-2.png" alt="phalange2">
<img id="p3" class="phalange"src="img/finger/pb-3.png" alt="phalange3back">
<img id="p4" class="phalange"src="img/finger/pb-4.png" alt="phalange4back">
<img id="p5" class="phalange"src="img/finger/pb-5.png" alt="phalange5back">
<a href="spine.html">
<span class="P1front-off">
<img id="p1" class="phalange"src="img/finger/p-1.png" alt="phalange1">
</span>
</a>
<a href="index.html">
<span class="P2front-off">
<img id="p2" class="phalange"src="img/finger/p-2.png" alt="phalange2">
</span>
</a>
<a href="earlobe.html">
<span class="P3front-off">
<img id="p3" class="phalange"src="img/finger/p-3.png" alt="phalange3">
</span>
</a>
<a href="spine.html">
<span class="P4front-off">
<img id="p4" class="phalange"src="img/finger/p-4.png" alt="phalange4">
</span>
<span class="P5front-off">
<img id="p5" class="phalange"src="img/finger/p-5.png" alt="phalange5">
</span>
</a>
</div>
</body>
</html>