-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
32 lines (29 loc) · 968 Bytes
/
Copy pathmain.html
File metadata and controls
32 lines (29 loc) · 968 Bytes
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
32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tale Tower Library</title>
<meta name="description" content="an online library helps you to read in any field you like">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body style="background-image: url('img/book_PNG51100.png');">
<center>
<center>
<br><br><br><br><br><br>
<h1><span style="font-size: 90px;">Tale Tower Library</style></span></h1>
<h2>Towering Tales Await at Tale Tower , Reach New Heights in Storytelling Excellence!</h2>
</vcenter>
</center>
<table width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<div class="buttons">
<a href="signup_page.html"><button>Signup</button></a><br><br>
<a href="signin_page.html"><button>Signin</button></a>
</div>
</td>
</tr>
</table>
</body>
</html>