This commit is contained in:
Patryk Koreń
2024-06-11 19:00:53 +02:00
commit 04e34d15b5
7 changed files with 143 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Papryk</title>
<link href="css/index.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
</head>
<body>
<img id="logo" src="./images/logo.svg" alt="paprika">
<iframe width="512" height="288" src="https://youtube.com/embed/ioiu6L3SCq8"></iframe>
<p>Wiesz co robią lekarze w kuchni? Leczo XD</p>
<iframe width="512" height="288" src="https://youtube.com/embed/o2tUOQrkjhg"></iframe>
<img id="logo" src="./images/hungary.png" alt="hungary">
</body>
</html>