-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (37 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<title>Praktikum üks</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Practice session #6</h1>
<p>
During this practice, we covered the following
GitHub project management tools:
</p>
<ol>
<li>Issues</li>
<li></li>
<li></li>
<li></li>
</ol>
<img src="images/logo.png" alt="Logo" class="logo" />
<p class="centered">
<a href="https://courses.cs.ut.ee/2018/cse/spring" class="button">To the course website</a>
</p>
<p class="centered">
Gaudeamus igitur<br />
Iuvenes dum sumus.<br />
Post iucundam iuventutem<br />
Post molestam senectutem<br />
Nos habebit humus.
</p>
<script src="scripts.js"></script>
<p>
About repository history:
Created on april 30th by Stepan Bolotnikov.
First commit by non-creator on May 4th.
</p>
</body>
</html>