Base Frontend

This commit is contained in:
2025-10-13 01:20:15 +02:00
parent 74d7f60dfc
commit ea043234a3
14 changed files with 3027 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="hu">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Telefonkönyv</title>
</head>
<body class="bg-gray-50 text-gray-900">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>