-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 1.42 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>IT sissejuhatus</title>
</head>
<style>
table, th, td {
border: 2px solid black;
border-collapse: collapse;}
</style>
<body>
<h1>Tere!</h1>
<br>
<h2>Siin 192841, kuuldel!</h2>
<br>
<p>
Läksid ühed poisid ennemuistsel aal omavahel jõudu katsuma. Jõudu kellelgi küll õieti polnudki, aga lõputule kemplemisele tuli lõpuks punkt panna.
Siin need tulemused siis ka on...
</p>
<img src="https://i2.wp.com/bruteforcestrength.com/wp-content/uploads/2019/05/BFS-DL-Logo_web-1.jpg" alt="Logo">
<table>
<caption>It's not much, but it is what it is.</caption>
<tr>
<th>Nimi</th>
<th>Jõutõmme</th>
<th>Kükk</th>
<th>Surumine</th>
</tr>
<tr>
<td>Andre</td>
<td>115 kg</td>
<td>105 kg</td>
<td>70 kg</td>
</tr>
<tr>
<td>Martin</td>
<td>110 kg</td>
<td>100 kg</td>
<td>70 kg</td>
</tr>
<tr>
<td>Tanel</td>
<td>105 kg</td>
<td>95 kg</td>
<td>75 kg</td>
</tr>
<tr>
<td>Taavi</td>
<td>125 kg</td>
<td>95 kg</td>
<td>80 kg</td>
</tr>
</table>
<br>
<p>
Eks näis mis järgmine aasta ette toob.
</p>
<br>
<a href="http://www.ttu.ee/">-> TTÜ Lehele</a>
</body>
</html>