first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Random Szám Generálása</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<script src="js/RandomSzamFeladat.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Szám Generáló</h1>
|
||||
<div id="randomSzamDiv">
|
||||
<label for="randomSzam">Hány számot szeretne generálni?</label>
|
||||
<input type="number" name="randomSzam" id="randomSzam">
|
||||
<button>Generálás</button>
|
||||
</div>
|
||||
<div id="generaltSzamok"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user