-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<title>My wonderful website</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/122737395" type="image/png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to my not-so-wonderful website</h1>
<p>Why did you even go there? There is nothing to see.</p><br><br>
<p>You really want to see something there?</p><br><br>
<p>Okay, <b><a href="https://www.youtube.com/watch?v=sQn5SCQfxUE" title="A GX 317 of the Réseau Mistral">take a GX 317</a>.</b></p>
<iframe width="889" height="500" src="https://www.youtube-nocookie.com/embed/sQn5SCQfxUE?si=WlZEL90_8JuXj6xL" title="An Heuliez GX 137 in service" frameborder="0" allow="encrypted-media; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</body>
</html>