Added frontend configs

This commit is contained in:
2026-05-13 21:56:32 +02:00
parent 7e8c24333e
commit e7eb319225
2 changed files with 51 additions and 0 deletions

16
frontend/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>asdasd</title>
</head>
<body>
<div id="szovegek"></div>
<script src="index.js"></script>
<input type="string" id="nev" placeholder="nev">
<input type="string" id="email" placeholder="email">
<input type="string" id="eletkor" placeholder="eletkor">
<button onclick="kattint()">Kattint</button>
</body>
</html>