update title element to match h1 element in picrew.php

This commit is contained in:
emma 2024-12-15 21:47:18 -05:00
parent 72a94a94b8
commit 6847475bca
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>emma's self portraits</title> <title>a gallery of emma</title>
<link rel="stylesheet" href="../style/style.css"> <link rel="stylesheet" href="../style/style.css">
</head> </head>