Függvény ismétlés

This commit is contained in:
Kovács Rudolf
2026-09-07 11:20:08 +02:00
parent 91c4280a9f
commit 4191fede99
3 changed files with 82 additions and 0 deletions

15
random_nevsor/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Random névsor</title>
<script defer src="htmlnevsor.js"></script>
</head>
<body>
<div id="root">
</div>
</body>
</html>