Tanulói névsor

This commit is contained in:
Kovács Rudolf
2026-09-10 11:21:23 +02:00
parent 4aeb839161
commit a7523a179c
2 changed files with 92 additions and 0 deletions

16
tanuloi_nevsor/index.html Normal file
View File

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