fix mistakes
This commit is contained in:
parent
e8c50ce340
commit
73fb2e931b
3 changed files with 29 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<div class="big green center more-side-padding">
|
||||
<p class="bigger">
|
||||
Catz 2 Breedz<br>
|
||||
<b>Catz 2 Breedz</b><br>
|
||||
Click breed photo or name to download.
|
||||
</p>
|
||||
|
||||
|
|
22
Carolyns_Creations/frames/petz/d2breedz.php
Normal file
22
Carolyns_Creations/frames/petz/d2breedz.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Dogz II breedz</title>
|
||||
<!-- -->
|
||||
</head>
|
||||
<body>
|
||||
<?php include '../../../_menu.php' ?>
|
||||
|
||||
<div class="big green center more-side-padding">
|
||||
<p class="bigger">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -65,10 +65,12 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<a href="dl/p2breedz_Bunny_c2.zip" title="Download Bunny for Catz 2">
|
||||
<img src="images/p2breedz_Bunnyp2.gif" alt="Bunny"><br>
|
||||
Bunny (Catz)
|
||||
</a>
|
||||
<td>
|
||||
<a href="dl/p2breedz_Bunny_c2.zip" title="Download Bunny for Catz 2">
|
||||
<img src="images/p2breedz_Bunnyp2.gif" alt="Bunny"><br>
|
||||
Bunny (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue