-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.41 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>My Fav Book</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>The Secret Book</h1><br><br>
<br>
<nav>
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/Rhonda_Byrne">The Auther </a></li>
<li>
<a href="https://en.wikipedia.org/wiki/The_Secret_(2006_film)">
Year of Publication</a></li>
</ul>
</nav>
<br><br>
</header>
<main>
<p>The Secret was released as a film in March 2006, and later the same year as a book. The Secret by Rhonda Byrne is a book
that says thoughts are powerful. They can either attract positive things or negative things from the universe, based on
what those thoughts were about. If someone has negative thoughts, they’ll usually attract more negativity in their life.
Positive thinkers will often attract positive things into their lives.
</p>
<img src="https://i1.wp.com/www.allencheng.com/wp-content/uploads/2020/03/the-secret-cover.jpg?w=260&ssl=1" alt="the-secret-cover">
<br> <br></main><br><br>
<footer> ©
<b> sources:</b>
<ul>
<li><a href="https://www.allencheng.com/the-secret-summary-rhonda-byrne/">Book Summary: The Secret, by Rhonda Byrne </a></li>
<br>
<li><a href="https://en.wikipedia.org/wiki/The_Secret_(book)">wikipedia-The_Secret_(book) </a></li></ul>
<script src="app.js">
</script>
© Mayyadah
</footer>
</body>
</html>