This commit is contained in:
szabomarton
2024-11-08 08:43:27 +01:00
parent 8d899f9d76
commit b7305d2c2b
4 changed files with 95 additions and 0 deletions

12
24_11_08/feladat1.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fetch api</title>
</head>
<body>
<div id="appendHere"></div>
<script src="feladat1.js" defer></script>
</body>
</html>