Files
PetPet/index.html
2024-06-03 20:44:48 +02:00

31 lines
744 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="" type="image/x-icon">
<title>PetPet</title>
</head>
<body>
<div>
<img src="">
</div>
<div class="activ">
<article>
<p>Joy: <span>0</span></p>
<button>Play</button>
</article>
<article>
<p>Food: <span>0</span></p>
<button>Feed</button>
</article>
<article>
<p>Health: <span>0</span></p>
<button>Heal</button>
</article>
</div>
<script src="main.js"></script>
</body>
</html>