html
This commit is contained in:
21
index.html
21
index.html
@@ -1,11 +1,20 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<title>Hasen-Simulator – Zoo</title>
|
||||||
<title>Hasen-Simulator</title>
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>🐇 Hasen-Simulator</h1>
|
||||||
|
<p>Klicke auf den Button, um einen Monat weiterzugehen. Die Anzahl der Hasenpaare folgt der Fibonacci-Reihe.</p>
|
||||||
|
<button id="nextBtn">Nächster Monat</button>
|
||||||
|
<div id="container">
|
||||||
|
<h2>Monat: <span id="monat">1</span></h2>
|
||||||
|
<h3>Hasenpaare: <span id="anzahl">1</span></h3>
|
||||||
|
<div id="hasenArea"></div>
|
||||||
|
</div>
|
||||||
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
Reference in New Issue
Block a user