fixed about and project page body bug
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user