update title element to match h1 element in pets.php

This commit is contained in:
emma 2024-12-15 21:45:11 -05:00
parent ddbbb03d02
commit 6dc2983725
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"> <meta charset="utf-8">
<title>pets of emma</title> <title>emma loves pets</title>
<link rel="stylesheet" href="../style/style.css"> <link rel="stylesheet" href="../style/style.css">
</head> </head>