Frontend/24_10_15/index.html
2024-10-15 13:15:08 +02:00

23 lines
407 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feladat 1</title>
<script src="fetch.js" defer></script>
</head>
<body>
<button id="lekeres">
Adat lekérése
</button>
<div id="img_0">
</div>
<div id="img_1">
</div>
<div id="img_2">
</div>
</body>
</html>