Fetch használata

This commit is contained in:
Kovács Rudolf
2026-09-14 11:56:04 +02:00
parent d54a708d42
commit f042cd8f17
2 changed files with 97 additions and 0 deletions

16
ajax/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API használat</title>
<script defer src="ajax.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
<body>
<div id="root">
</div>
</body>
</html>