mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Transfer to PC
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user