Transfer to PC

This commit is contained in:
2024-06-03 20:44:48 +02:00
commit 733ac71368
3 changed files with 31 additions and 0 deletions

31
index.html Normal file
View File

@@ -0,0 +1,31 @@
<!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>

0
main.js Normal file
View File

0
style.css Normal file
View File