-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercise1.html
20 lines (17 loc) · 928 Bytes
/
exercise1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HAMKleg</title>
</head>
<body>
<p>
<img src="assets/images/HAMK.png" alt="HAMK Logo" height="50px"> </p>
<img src="https://www.hamk.fi/wp-content/uploads/2023/01/etusivu-tammi-2023.jpg" height="700px" alt="A picture of some students" style="float:left; margin-right: 20px;">
<h2><strong> HÄMEEN AMMATTIKORKEAKOULU </strong> </h2>
<p><a href="https://www.hamk.fi/hae-hamkiin/" target="_blank">Koulutus</a> <a href="https://www.hamk.fi/tutkimus/" target="_blank">Tutkimus</a></p>
<p><a href="https://www.hamk.fi/tyoelamapalvelut/" target="_blank">Työelämäpalvelut</a> <a href="https://www.hamk.fi/run-eurooppa-yliopisto/" target="_blank">Run-Eurooppa-Yliopisto</a></p>
</body>
</html>