update active links page

This commit is contained in:
Marley 2022-11-15 19:02:35 -08:00
parent 98561d7735
commit bf94bbc660
5 changed files with 37 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

16
dl_petz.php Normal file
View file

@ -0,0 +1,16 @@
<!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/stuff.php">
<title></title>
</head>
<body>
<div class="text">
<h1>Petz 4</h1>
</div>
</body>
</html>

View file

@ -39,10 +39,6 @@
<img src="images/links/acidtrip.png" title="Acid Trip">
</a>
<a href="https://baddeath.neocities.org/" target="_blank" class="social">
<img src="images/links/bad_death.png" title="BAD_DEATH">
</a>
<a href="https://cargo-petz.neocities.org/" target="_blank" class="social">
<img src="images/links/cargo.png" title="Cargo">
</a>
@ -81,7 +77,6 @@
<a href="https://alohomorapetz.carrd.co/#" target="_blank">alohomora</a><br>
<a href="https://rosalie.neocities.org/" target="_blank">rosalie</a><br>
<a href="https://macaronkc.weebly.com/" target="_blank">Macaron Kennels & Cattery</a><br>
<a href="https://powerwavefilly.wixsite.com/my-site-3" target="_blank">Powerwave Kennel</a>
</p></div>
</body>

20
menu_downloads.php Normal file
View file

@ -0,0 +1,20 @@
<!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/stuff.css">
<title></title>
</head>
<body>
<div class="nav">
<a href="dl_petz.php" target="main">petz games</a>
</div>
<div class="nav">
<a href="menu_main.php" target="nav">back</a>
</div>
</body>
</html>

View file

@ -15,6 +15,7 @@
<div class="nav">
<a href="menu_about.php" target="nav">about</a><br>
<a href="menu_adoption.php" target="nav">adoption</a><br>
<!-- <a href="menu_downloads.php" target="nav">downloads</a> -->
<a href="menu_links.php" target="nav">links</a><br>
</div>