Added back buttons

This commit is contained in:
2025-10-20 17:29:29 -05:00
parent 38a71f3d4b
commit 23684d23b2
9 changed files with 110 additions and 32 deletions

View File

@ -5,9 +5,19 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Document</title>
<title>Luna's poetry</title>
</head>
<body>
<div id="mainView">
<h1 id="intotitle">Welcome to Luna's Poetry collection</h1>
<ul id="poemList">
<li class="poem">
<div class="poem">
<h3 class="poemTitle"></h3>
</div>
</li>
</ul>
</div>
<a href="/index.html">Go Back</a>
</body>
</html>