some work on team asignment

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-28 12:17:11 +02:00
parent 5868ff1a7a
commit 39ce4b550c
11 changed files with 132 additions and 3 deletions

View file

@ -1,12 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Sir Quacksalot</title>
</head>
<style>
</style>
<body>
<div>Thus spake the Master Programmer:<br>
"After three days without programming, life becomes meaningless." - <a href="https://www.mit.edu/~xela/tao.html">The Tao of Programming</a></div>
<div id="foodId"></div>
<div id="petId"></div>
<button onclick="feed()" id="foodBtn">Feed</button>
<button onclick="pet()" id="petBtn">Pet</button>
<img id="tamaFrog">
<script src="script.js"></script>
</body>
</html>