mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Font and Shiba + Pet Chosing
This commit is contained in:
13
index.html
13
index.html
@@ -9,9 +9,14 @@
|
||||
<title>PetPet</title>
|
||||
</head>
|
||||
<body>
|
||||
<dialog id="chui" open>
|
||||
<p>:OOOO</p>
|
||||
<a href="./Games/" style="color: #fff;text-decoration: none;font-size: 20px;">:0000</a>
|
||||
<dialog id="chui">
|
||||
<h1>Welcome to PetPet!</h1>
|
||||
<h2>Please choose an Animal:</h2>
|
||||
<div>
|
||||
<img src="./img/tiger/baby.png" onclick="option(0)" title="tiger" alt="tiger" class="animalChoose">
|
||||
<img src="./img/shiba/baby.png" onclick="option(1)" title="shiba" alt="shiba" class="animalChoose">
|
||||
</div>
|
||||
<p>Made by <a>MrEidam</a> & <a>Tufsie</a></p>
|
||||
</dialog>
|
||||
<div id="blurs"></div>
|
||||
<article class="cash">
|
||||
@@ -22,7 +27,7 @@
|
||||
<div>
|
||||
<h1><span id="nameCa">Junior</span>-<span>BOY</span></h1>
|
||||
<p>Age: <span id="ageN"></span></p>
|
||||
<img src="./img/tiger/baby.png" id="anim" draggable="false">
|
||||
<img src="./img/gone/Invis.png" id="anim" draggable="false">
|
||||
</div>
|
||||
<div class="activ">
|
||||
<article class="item">
|
||||
|
||||
Reference in New Issue
Block a user