added doga

This commit is contained in:
szabomarton
2024-11-11 13:03:22 +01:00
parent 121b8365a9
commit 1784bc7fee
7 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feladat1</title>
</head>
<body>
<h1>Adatok az API-ból:</h1>
<pre id="eredmeny"></pre>
<script src="Feladat1.js"></script>
</body>
</html>