Further work on the web server and frontend

This commit is contained in:
Mike
2019-11-06 18:27:16 -05:00
parent 1bf1640156
commit 1e41483c29
5 changed files with 70 additions and 15 deletions

View File

@@ -6,26 +6,26 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="/css/main.css" />
<title>pyShelf E-Book Server</title>
<link href="https://fonts.googleapis.com/css?family=Audiowide&display=swap" rel="stylesheet">
</head>
<body>
<div id="app">
<div class="app_header" >
<h1 class="app_hdr">Welcome to pyShelf</h1>
<h2 class="app_subhdr">An Open Source E-book Server!</h2>
<h1 class="app_hdr shadow">pyShelf</h1>
<h2 class="app_subhdr shadow">Open Source E-book Server</h2>
</div>
<div class="app_body" >
<div class="left_col">
left_col
</div>
<div class="shelf">
shelf
</div>
<div class="right_col" >
right_col
<div class="shelf_contents" >Shelf</div>
</div>
</div>
<div class="app_footer" >
Footer
<div class="python_logo" >
<img src="/img/py.png" id="python_logo" />
</div>
</div>
</div>
</body>