-
Notifications
You must be signed in to change notification settings - Fork 0
/
ebook1.html
33 lines (33 loc) · 1.41 KB
/
ebook1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Educational Resources</title>
<link rel="stylesheet" type="text/css" href="ebook1.css">
</head>
<body>
<header>
<h1>Educational Resources</h1>
</header>
<div class="container">
<p style="font-size: larger;">Some websites that provide e-books are: </p>
<div class="resource">
<span>❶</span> <a style="font-size: larger;" href="https://www.gutenberg.org" target="_blank">Project Gutenberg</a>
</div>
<div class="resource">
<span>❷</span> <a style="font-size: larger;" href="https://openstax.org" target="_blank">OpenStax</a>
</div>
<div class="resource">
<span>❸</span> <a style="font-size: larger;" href="https://www.bookboon.com" target="_blank">Bookboon</a>
</div>
<div class="resource">
<span>❹</span> <a style="font-size: larger;" href="https://www.free-ebooks.net" target="_blank">Free-eBooks.net</a>
</div>
<div class="resource">
<span>❺</span> <a style="font-size: larger;" href="https://www.pdfdrive.com" target="_blank">PDF Drive</a>
</div>
<!-- Add more educational resources here in a similar format -->
</div>
</body>
</html>