-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
51 lines (49 loc) · 1.41 KB
/
books.html
File metadata and controls
51 lines (49 loc) · 1.41 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Books</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table width="435" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<a href="index.html"><font size="5"><b>Rajat Singh</b></font></a>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<a href="index.html">Home</a> | <a href="about.html">About</a>
</td>
</tr>
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<font size="4"><b>Books</b></font>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<font size="2">
<!-- Add books like this:
<a href="https://example.com">Book Title</a> by Author Name<br><br>
-->
I hope to read more. I did read a few a long time back but I don't remember them.<br><br>
• Is This Anything? by Jerry Seinfeld<br><br>
• A Thousand Splendid Suns by Khaled Hosseini<br><br>
</font>
</td>
</tr>
</table>
</body>
</html>