16 lines
485 B
HTML
16 lines
485 B
HTML
<!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> |