-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 952 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 952 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
<!DOCTYPE html>
<html>
<head>
<meta charset="8-UTF">
<title> Astrologya </title>
</head>
<body>
<header>
<nav>
<p> <!-- added the p tag because the image and the navigation were on the same level. I did the same for all other pages (don't know if this correct)-->
<img src="images/celine-rahman-mercury.jpg">
</p>
<a href="about.html"> About </a> |
<a href="horoscopes.html"> Horoscopes </a>
</nav>
</header>
<section>
<h1> Astrology for delusional people </h1>
No matter what your Sun sign, we are all affected by the 12 signs of the zodiac, as the Sun and other planets cycle through the horoscope over the course of a year. Browse through the signs of astrology here to learn their deeper meaning—and how you can use their powers to your advantage.
</section>
</body>
<footer>
<p>Posted by: Yesenia Roman </p>
</footer>
</html>