some work on team assignment

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-28 14:12:05 +02:00
parent 39ce4b550c
commit 48069b01c7
5 changed files with 58 additions and 25 deletions

View file

@ -1,23 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sir Quacksalot</title>
<title>Sir Quacksalot</title>
<link rel="stylesheet" href="style.css">
</head>
<style>
</style>
<body>
<div id="app">
<div id="foodId"></div>
<div id="petId"></div>
<div id="TTL"></div>
</div>
<button onclick="feed()" id="foodBtn">Feed</button>
<button onclick="pet()" id="petBtn">Pet</button>
<img id="tamaFrog">
<button onclick="reset()" id="resetBtn">Resurection/reset</button>
<div class="FrogFace"><img id="tamaFrog"> </div>
<script src="script.js"></script>
</body>
</html>