emmas.place/life/pets.php

19 lines
347 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>pets of emma</title>
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
2024-11-30 19:44:41 +00:00
<main>
<?php include "../includes/nav.php" ?>
2024-11-30 19:44:41 +00:00
<section>
</section>
</main>
</body>
</html>