-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·45 lines (36 loc) · 1.22 KB
/
index.html
File metadata and controls
executable file
·45 lines (36 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Horoscope</title>
<meta charset="utf-8">
<link rel="stylesheet type="text/css" href="CSS/style.css">
<link rel="stylesheet type="text/css" href="CSS/horoscope.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<ul>
<div class="navbar">
<li><a href="index.html">Home Page</a></li>
<li><a href="Horoscope.html">Horoscope</a></li>
<li><a href="aboutus.html">About us </a></li>
</div>
</ul>
<div class="main_image">
<div class="main_text">
<span class="border">
Horoscope
</span>
</div>
</div>
<section class="section-dark"> <!-- defines a particular section in the html-->
<h2>WHAT IS HOROSCOPE?</h2>
<p> A forecast of a person's future, typically including a delineation of character and circumstances,
based on the relative positions of the stars and planets at the time of that person's birth. </p>
<p>This is a test</p>
</section>
<footer>
© JJ, LC, Patricia, Lynus. Created for WEB1201.
</footer>
</div>
</body>
</html>