-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.95 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="resources/funnyBear.gif">
<title>WebGL labs</title>
</head>
<link rel="stylesheet" href="resources/styles.css">
<body>
<h1>Лабораторные работы модуля 3 (WebGL)</h1>
<table>
<tr>
<th>Лабораторная 10</th>
<td><a href="LAB10/comprock15/index.html">comprock15</a></td>
<td><a href="LAB10/Luizett/view.html">Luizett</a></td>
<td><a href="LAB10/mpustovoi/index.html">mpustovoi</a></td>
<!--Медведь здесь-->
<td rowspan="7">
<a href="index.html"><img src="resources/funnyBear.gif"></a>
<br>
<audio src="resources/welcome.mp3" autoplay></audio>
</td>
</tr>
<tr>
<th colspan="4"><a href="LAB11/index.html">Лабораторная 11</a></th>
</tr>
<tr>
<th colspan="4"><a href="LAB12/index.html">Лабораторная 12</a></th>
</tr>
<tr>
<th colspan="4"><a href="LAB13/index.html">Лабораторная 13</a></th>
</tr>
<tr>
<th colspan="4"><a href="LAB14/index.html">Лабораторная 14</a></th>
</tr>
<tr>
<th>Индивидуальное задание 2</th>
<td><a href="Indiv2/CornellBoxKhoruzhaya/index.html">comprock15</a></td>
</tr>
<tr>
<th>Индивидуальное задание 3</th>
<td><a href="Indiv3/comprock15/index.html">comprock15</a></td>
<td><a href="Indiv3/luizett/index.html">Luizett</a></td>
<!--
<td><a href="">mpustovoi</a></td>
-->
</tr>
</table>
</body>
</html>