18 lines
720 B
HTML
18 lines
720 B
HTML
<!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>
|