-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdsa.html
27 lines (24 loc) · 1011 Bytes
/
dsa.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
<!DOCTYPE html>
<html>
<head>
<title>Data Structures and Algorithms</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<span class="right-links"><a href="index.html">Home</a></span>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_University_of_Helsinki_fi.svg/610px-Logo_University_of_Helsinki_fi.svg.png" height="50px">
<span><h1>University of Helsinki - Data Structures and Algorithms</h1></span>
<br>
<div>
<br>
<p>This is my third course at the University of Helsinki, just started on 13 Jan 2025. The course is great, with a lot of exercises.
</p>
</div>
<br>
<footer>
<p>0ld Camel - 2025 - Version 1.1.0<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>