-
Notifications
You must be signed in to change notification settings - Fork 0
/
Library.html
31 lines (31 loc) · 1005 Bytes
/
Library.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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">
<title>Lib_home</title>
<link rel="stylesheet" href="/style_library.css">
</head>
<body>
<div class="navbar">
<a href="#">HOME</a>
<a href="#">BOOKS</a>
<a href="#">REVIEWS</a>
<a href="#">FAVORITES</a>
<a href="/signup authentication.html">SIGN UP</a>
<a href="#">
<img src="/images/Read_It._logo-.png" class="logo" alt="" style="float: right; width: 20vh; margin-right: 10vh; margin-top: -1vh;">
</a>
</div>
<div class="home">
<div class="homehead">
<h1>Read It.</h1>
<p>WELCOME TO THE EBOOK LIBRARY</p>
</div>
<div class="img">
<img src="/images/lib_7.png" alt="" class="homeimg">
</div>
</div>
</body>
</html>