added orai
This commit is contained in:
17
20240909/index.html
Normal file
17
20240909/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user