fixed about and project page body bug

This commit is contained in:
luke
2020-12-19 19:27:44 -05:00
parent d4a6d90b1e
commit 31029f8ed5
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<?php include "head.php"; ?> <?php include "head.php"; ?>
<body> <body><div id=body>
<?php include "top.php"; ?> <?php include "top.php"; ?>
@@ -26,5 +26,5 @@
<h2>Animals</h2> <h2>Animals</h2>
<p>I think that goats are the dogs of the farm and ducks are the dogs of the air. I believe that having animals in your life is essential to mental health, so naturally I am looking forward to owning my own pets: Three goats, two dogs, and a duck.</p> <p>I think that goats are the dogs of the farm and ducks are the dogs of the air. I believe that having animals in your life is essential to mental health, so naturally I am looking forward to owning my own pets: Three goats, two dogs, and a duck.</p>
</div> </div>
</body> </div></body>
</html> </html>

View File

@@ -7,7 +7,7 @@
<!doctype html> <!doctype html>
<html lang=en> <html lang=en>
<?php include "head.php"; ?> <?php include "head.php"; ?>
<body> <body><div id=body>
<?php include "top.php"; ?> <?php include "top.php"; ?>
@@ -48,5 +48,5 @@ This site was fun to make and I do use it myself. All it does is take a URL and
<br>Technologies used: HTML, CSS, PHP, PDO, SQL<br> <br>Technologies used: HTML, CSS, PHP, PDO, SQL<br>
You can find it <a href=https://lukeo.link target=_blank>here</a> if you want to check it out. You can find it <a href=https://lukeo.link target=_blank>here</a> if you want to check it out.
</div> </div>
</body> </div></body>
</html> </html>