2023-09-15 00:38:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2023-09-15 11:02:14 +00:00
|
|
|
<title>Is this a Critter?</title>
|
2023-09-15 00:38:32 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-09-15 11:02:14 +00:00
|
|
|
<h1>Is this a Critter?</h1>
|
|
|
|
<p id="animal-name">what about?:</p>
|
2023-09-15 01:35:41 +00:00
|
|
|
<button id="isCritterButton">Is Critter</button>
|
|
|
|
<button id="isNotCritterButton">Is <b>not</b> Critter</button>
|
2023-09-15 00:38:32 +00:00
|
|
|
|
2023-09-15 11:02:14 +00:00
|
|
|
<script src="/asset/frontend.js"></script>
|
2023-09-15 00:38:32 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|