-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.html
More file actions
28 lines (23 loc) · 1004 Bytes
/
Copy pathmain.html
File metadata and controls
28 lines (23 loc) · 1004 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
26
27
<DOCTYPE HTML>
<html lang="en">
<link rel="stylesheet" type="text/css" href="style.css">
<head>
<title>Set It Off</title>
<ul>
<li><a href="main.html">Band Information</a></li>
<li> <a href="exclusive.html">Band Exclusives</a></li>
<li><a> Emily Butman and Nava Mavandadi</li></a>
</ul>
</head>
<body>
<br>
<br>
<div class="container">
<div class="item1">
<h1> SET IT OFF </h1>
<p> BASIC INFORMATION <br>
Set It Off is an American rock band that started in Tampa, Florida. The band initially gained a large following through vocalist Cody Carson's YouTube channel. Their following took on the name “143 family” later to be known as “Dreamcatchers”. Set It Off was subsequently signed by Equal Vision Records after releasing a string of successful extended plays. In 2018 they signed to Fearless Records, and in February 2019 the band released Midnight, their fourth studio album, through the label. </p>
</div>
</div>
</body>
</html>