Kingston_Pendrive/Suli/12.b/Szoftvertesztelés/Órai/2023. 10. 20/index.html
2024-11-19 19:04:02 +01:00

13 lines
314 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ajax hívások</title>
<script src="ajax.js" defer></script>
</head>
<body>
<button id="getcucc">Lekérés</button>
<p id="cucc"></p>
</body>
</html>