-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.01 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
<!Doctype HTML>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Faengari</title>
<link rel= stylesheet href=styles.css>
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<a href="index.html"><img id="banner" src="banner.png" alt="banner"></a>
<br>
<div><a href="bios.html"><img class="icon" src="bios.png" alt="Bios" >Bios</a>
<span>|</span>
<a href=gear.html><img class="icon" src="gear.png" alt="Gear" >Gear</a>
<span>|</span>
<a href=tour.html><img class="icon" src="tour.png" alt="Tour" >Tour</a>
<span>|</span>
<a href=lyrics.html><img class="icon" src="lyrics.png" alt="Lyrics" > Lyrics</a>
<span>|</span>
<a href="music.html" >What we're working on ATM</a>
</div>
<p>Welcome to the website of the coolest band in the US; here you'll find tour info, lyrics, gear info, and Bios of all of the members!</p>
<footer>Copyright (C) Fengari 2023 ---- JOIN OUR DISCORD! <a href=https://discord.gg/CbTQPNGjBM>Discord Link</a></footer>
</body>
</html>