-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swifties FanClub</title>
<link rel="shortcut icon" href="media/logo.png" type="image/x-icon">
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<div class="head">
<ul>
<li style="float: left;"><a class="active" href="./index.html">Home</a></li>
<li><a href="./join.html">JoinUS</a></li>
<li><a href="./gallery.html">AlbumsGallery</a></li>
</ul>
<marquee behavior="alternate" direction="left">Welcome to Swifties Fan Club</marquee>
</div>
<div class="body">
<img class="pfp" src="media/pf.jpg" alt="">
<p>We are a community of passionate Taylor Swift fans who love and support her music, style, and message. Our site is dedicated to providing you with the latest Taylor Swift's album productions..</p>
<p>We know that Taylor's music has touched the lives of many of her fans, and we want to create a safe and supportive community where everyone can share their stories and experiences. We believe in the power of music to bring people together and make a positive impact in the world, and we are proud to be part of the Taylor Swift fan community.</p>
<p><a href="./join.html">Join us </a>today and become a part of our Swifties family. Let's celebrate Taylor's music and continue to spread her message of love and acceptance..</p>
</div>
<br><br><br><br>
<footer>
<p>© Swifties Fan Club 2023</p>
</footer>
</body>
</html>