startit/team/oppgave1/uke4/index.html

23 lines
454 B
HTML

<!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>
</head>
<style>
</style>
<body>
<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>