Moved Members folder to inside Pages
This commit is contained in:
23
pages/members/luna.html
Normal file
23
pages/members/luna.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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>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