mostly finished

This commit is contained in:
szabomarton
2024-11-08 09:26:19 +01:00
parent b7305d2c2b
commit 121b8365a9
4 changed files with 103 additions and 36 deletions

12
24_11_08/feladat2.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="eredmeny"></div>
<script src="feladat2.js" defer></script>
</body>
</html>