Added back buttons
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user