13 lines
234 B
HTML
13 lines
234 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Lieblingscocktail</title>
|
|
</head>
|
|
<body>
|
|
<h1>Wasser</h1>
|
|
<img src="https://cdn.pixabay.com/photo/2017/04/11/21/10/water-2222825_960_720.jpg" alt="Water is god">
|
|
|
|
</body>
|
|
|
|
</html>
|