html
This commit is contained in:
17
index.html
17
index.html
@@ -1,11 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hasen-Simulator</title>
|
||||
<title>Hasen-Simulator – Zoo</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user