Started the html layout for Luna's page
This commit is contained in:
22
pages/luna.html
Normal file
22
pages/luna.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<!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>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user