-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHoroscope.html
More file actions
executable file
·42 lines (38 loc) · 1.9 KB
/
Horoscope.html
File metadata and controls
executable file
·42 lines (38 loc) · 1.9 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
<!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="corner">
<a href="./Horoscopes/Aquarius.html"><img src="./Images/aquarius1.png" alt="Aquarius"></a>
<a href="./Horoscopes/Pisces.html"><img src="./Images/pisces1.png" alt="Pisces"></a>
<a href="./Horoscopes/Aries.html"><img src="./Images/aries1.png" alt="Aries"></a>
<a href="./Horoscopes/Taurus.html"><img src="./Images/taurus1.png" alt="Taurus"></a>
<a href="./Horoscopes/Gemini.html"><img src="./Images/gemini1.png" alt="Gemini"></a>
<a href="./Horoscopes/Cancer.html"><img src="./Images/cancer1.png" alt="Cancer"></a>
<a href="./Horoscopes/Leo.html"><img src="./Images/leo1.png" alt="Leo"></a>
<a href="./Horoscopes/Virgo.html"><img src="./Images/virgo1.png" alt="Virgo"></a>
<a href="./Horoscopes/Libra.html"><img src="./Images/libra1.png" alt="Libra"></a>
<a href="./Horoscopes/Scorpius.html"><img src="./Images/scorpius1.png" alt="Scorpius" ></a>
<a href="./Horoscopes/Sagi.html"><img src="./Images/sagittarius1.png" alt="Sagitarius"></a>
<a href="./Horoscopes/Capri.html"><img src="./Images/capricorn1.png" alt="Capricorn"></a>
</div>
</div>
<footer>
<font color="white">© JJ, LC, Patricia, Lynus. Created for WEB1201.</font>
</footer>
</div>
</body>