added orai

This commit is contained in:
szabomarton
2024-09-09 13:29:17 +02:00
parent 91c0d1217a
commit 37bfb70b36
5 changed files with 115 additions and 2 deletions

17
20240909/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
CÍM
</title>
</head>
<body>
<h1 id="azonosito">
</h1>
<script>
let nev = prompt("add meg a neved");
document.getElementById("azonosito").innerHTML = nev;
</script>
</body>
</html>