added ajax

This commit is contained in:
szabomarton
2024-11-15 09:25:00 +01:00
parent 262a940747
commit 01b1a717df
4 changed files with 70 additions and 0 deletions

11
24_11_15/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="ajaxpost.js" defer></script>
</body>
</html>