70 lines
No EOL
2.1 KiB
PHP
70 lines
No EOL
2.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- from source -->
|
|
<meta name="keywords" content="Dogz 5,catz 5, case, carry case, skinz, colours">
|
|
<meta name="description" content="This is the page where you can download new carry case skinz">
|
|
<!-- -->
|
|
|
|
<title>Carry Case Skinz page 2</title>
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
|
|
<!-- individual page style -->
|
|
<style>
|
|
body {
|
|
color: #8a2be2;
|
|
background-color: #3ff;
|
|
}
|
|
|
|
a { color: #00f; }
|
|
a:active { color: #800080; }
|
|
a:visited { color: #f00; }
|
|
|
|
/* hell */
|
|
em.r { color: #f00; }
|
|
em.o { color: #f93; }
|
|
em.g { color: #9f0; }
|
|
em.b { color: #39f; }
|
|
em.p { color: #96f; }
|
|
|
|
h2 { font-weight: normal; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php include '../../_menu.php'; ?>
|
|
|
|
<h1>
|
|
<!-- Carry Case Skinz 2 -->
|
|
<em class="r">C</em><em class="o">a</em><em class="g">r</em><em class="b">r</em><em
|
|
class="p">y</em>
|
|
<em class="r">C</em><em class="o">a</em><em class="g">s</em><em class="b">e</em>
|
|
<em class="p">S</em><em class="r">k</em><em class="o">i</em><em class="g">n</em><em
|
|
class="b">z</em>
|
|
<em class="p">2</em>
|
|
</h1>
|
|
|
|
<p>This is the second page of the carry case skinz that i have created. If you would like one, email
|
|
me at lilmisschrissy9@hotmail.com and i will send it to you. Also if there is a carry case that you
|
|
would like then email me and i will make it for you.</p>
|
|
|
|
<h2>Green carry case</h2>
|
|
<img src="img/skinz2_green.bmp">
|
|
<p><a href="img/skinz2_green.bmp">click here </a>to download the green carry case</p>
|
|
|
|
<h2>Pink carry case</h2>
|
|
<img src="img/skinz2_pink.bmp">
|
|
<p><a href="img/skinz2_pink.bmp">click here </a>to download the pink carry case.</p>
|
|
|
|
<h2>Blue carry case</h2>
|
|
<img src="img/skinz2_blue.bmp">
|
|
<p><a href="img/skinz2_blue.bmp">Click here </a>to download the blue carry case</p>
|
|
|
|
<p><a href="skinz.php">Back</a></p>
|
|
<p><a href="../home.php">Back to home</a></p>
|
|
|
|
<p>Email: <a href="mailto:lilmisschrissy9@hotmail.com">lilmisschrissy9@hotmail.com</a></p>
|
|
</body>
|
|
</html>
|