-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3dmodel2.html
47 lines (35 loc) · 941 Bytes
/
3dmodel2.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
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3D model</title>
<link rel="shortcut icon" href="img/icon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="css/3dmodelstyle.css">
</head>
<body>
<table class="t1">
<tr>
<td class="td1"><a href="foto.html" ><img src="img/camera.png" alt="камера" class="img_foto"></a>
<td class="td2">
<iframe src="wrml/koleso.wrl"></iframe>
<td class="td1 right"><a href="index.html" ><img src="img/home.png" alt="обучение" class="img_home"></a>
</tr>
</table>
<table class="t1">
<tr>
<td>
<a href="3dmodel1.html">
<img src="img/skoworoda.JPG" alt="jpg" >
</a>
<td>
<a href="3dmodel2.html">
<img src="img/koleso.JPG" alt="jpg" class="active">
</a>
<td>
<a href="3dmodel3.html">
<img src="img/krepezh.JPG" alt="jpg">
</a>
</tr>
</table>
</body>
</html>