-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (25 loc) · 894 Bytes
/
index.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
32
33
34
35
36
<!DOCTYPE html>
<html lang="en" dir="ltr">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="utf-8">
<title>readingclub</title>
</head>
<body style="background-color:antiquewhite;">
<hr size="4" color="darkred">
<center><p style="font-size:1.5em" color="darkred"> TELL A TALE </p> </center>
<hr size="4" color="darkred">
<img src="download.jpg" style="width:97%;">
<h1 style="font-size:4.0em">Oliver Twist</h1>
<center>
<h2 style="font-size:2.5em"> - Charles John Huffam Dickens</h2>
</center>
<hr size="5" color="#9fa9a3">
<center>
<p style="font-size:2.6em">" And what an example of the power of dress young Oliver Twist was! "</p>
</center>
<hr size="4" color="darkred">
<P style="font-size:1.5em"><a href="content.html"><i> Start Reading </i></a></P>
<hr size="4" color="darkred">
</body>
</html>