-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
30 lines (29 loc) · 1.05 KB
/
README.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
<!DOCTYPE html>
<title>
Advertentie Biografie "Haaland"
</title>
<body>
<br>
<br>
<img src="https://www.readshop.nl/images/active/carrousel/fullsize/9789026366864_front.jpg" width= 200px height= 350px>
<br>
<br>
Over een van de beste voetballers op planeet Aarde. Over een successvolle carrière en over het verhaal hierachter. Daarover gaat de biografie van Haaland door Lars Sivertsen.
<br>
<br>
Binnenkort in de boekenwinkels.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap" rel="stylesheet">
<br>
<br>
<style>
body {
background-image: url("https://img.volkskrant.nl/a7455f127a760fe231bd790c061c2f86fd2a206a/bij-manchester-city-lijkt-doelpuntenmachine-erling-haaland-alle-records-te-gaan-verpulveren");
text-align: center;
backdrop-filter: blur(7px);
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
}
</style>
</body>