Fixed and added more back buttons

This commit is contained in:
2025-10-20 17:46:48 -05:00
parent 5dc6f910c0
commit 84609c0d48
15 changed files with 43 additions and 10 deletions

View File

@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Willow</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Willow's Gardening and Nature pictures</title>
<style>
body{
background-color: lavender;
@ -56,5 +57,6 @@
<p class="galleryText"></p>
</div>
</div>
<a href="/index.html" id="back">Go Back</a>
</body>
</html>