Frontend/24_10_15/index.html

23 lines
407 B
HTML
Raw Normal View History

2024-10-15 11:15:08 +00:00
<!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>