forked from kelbymittan/chris-cornell-tribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tribute.html
137 lines (116 loc) · 5.26 KB
/
tribute.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<title>Chris Cornell Tribute</title>
<link href="css/style2.css" rel="stylesheet">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Cinzel|Old+Standard+TT:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous|ZCOOL+QingKe+HuangYou" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="discography.html">Discography</a></li>
<li><a href="tribute.html">Tribute</a></li>
<li><a href="fans.html">Fans</a></li>
<!--<li><a href="career.html">Career</a></li>-->
</ul>
</nav>
<br>
<header id="tribute">
<h1>I Am the Highway: A Tribute to Chris Cornell</h1>
<p>Members of Soundgarden, Temple of the Dog, and Audioslave, as well as Foo Fighters, Metallica, Josh Homme, Fiona Apple, and Brandi Carlile were all on hand to pay tribute to Chris Cornell as part of an all-star tribute concert held at The Forum in Los Angeles on January 16, 2019 . Organized by Cornell's wife, Vicky, "I Am the Highway: A Tribute to Chris Cornell" featured 42 distinct performances and a multitude of surprises guests, making for an unforgettable evening spanning nearly five hours in length.</p>
<br>
</header>
<section id="setlist">
<h1>Setlist:</h1>
<h2>The Melvins</h2>
<ul>
<li>Kicking Machine</li>
<li>With Your Heart Not Your Hands</li>
<li>Leech</li>
<li>Heart Of Honey</li>
<li>Spoonman</li>
</ul>
<h2>Rita Wilson</h2>
<ul>
<li>The Promise</li>
</ul>
<h2>Nikka Costa and Alain Johannes</h2>
<ul>
<li>Disappearing One</li>
</ul>
<h2>Chris Stapleton</h2>
<ul>
<li>The Keeper</li>
</ul>
<h2>Foo Fighters</h2>
<ul>
<li>No Attention</li>
<li>Earache My Eye</li>
<li>Girl You Want</li>
<li>Everlong (Acoustic)</li>
</ul>
<h2>Josh Homme</h2>
<ul>
<li>Rusty Cage</li>
</ul>
<h2>Adam Levine, Jesse Carmichael, and Stone Gossard</h2>
<ul>
<li>Seasons</li>
</ul>
<h2>Miley Cyrus</h2>
<ul>
<li>Two Drink Minimum</li>
</ul>
<h2>Audioslave (Tom Morello and Brad Wilk)</h2>
<ul>
<li>Cochise (with Geezer Butler and Perry Farrell)</li>
<li>Be Yourself (with Geezer Butler and Juliette Lewis)</li>
<li>Set It Off (with Chris Chaney, Sam Harris and Tim Mcllrath)</li>
<li>Like A Stone (with Chris Chaney and Brandi Carlile)</li>
<li>Show Me How To Live (with Robert Trujillo and Dave Grohl)</li>
</ul>
<h2>Toni Cornell and Ziggy Marley</h2>
<ul>
<li>Redemption Song</li>
</ul>
<h2>Metallica</h2>
<ul>
<li>All Your Lies</li>
<li>For Whom The Bell Tolls</li>
<li>Master of Puppets</li>
<li>Head Injury</li>
</ul>
<h2>Ryan Adams</h2>
<ul>
<li>Dead Wishes</li>
<li>Fell On Black Days</li>
</ul>
<h2>Temple Of The Dog</h2>
<ul>
<li>Preaching The End Of The World</li>
<li>Can't Change Me (with Alain Johannes, Eric Avery, and Josh Freese)</li>
<li>Hunted Down (with William DuVall, Jerry Cantrell, and Josh Freese)</li>
<li>All Night Thing (with Fiona Apple, Brendan O'Brien, David Garza, and Matt Chamberlain)</li>
<li>Reach Down (with Miguel, Nikka Costa, and Brendan O'Brien)</li>
<li>Say Hello 2 Heaven (with Miley Cyrus, Brendan O'Brien, and Josh Freese)</li>
<li>Hunger Strike (with Brandi Carlile, Chris Stapleton, and Brendan O'Brien)</li>
</ul>
<h2>Soundgarden</h2>
<ul>
<li>Rusty Cage (with Taylor Momsen)</li>
<li>Flower (with Marcus Durant)</li>
<li>Outshined (with Marcus Durant and Stone Gossard)</li>
<li>Drawing Flies (with Taylor Momsen, Buzz Osbourne, Matt Demeritt, and Tracy Wanamae)</li>
<li>Loud Love (with Taylor Momsen, Tom Morello, and Wayne Kramer)</li>
<li>I Awake (with Taylor Hawkins and Buzz Osbourne)</li>
<li>The Day I Tried To Live (with Taylor Hawkins and Buzz Osbourne)</li>
<li>Black Hole Sun (with Brandi Carlile, Peter Frampton, Tim Hanseroth, and Phil Hanseroth)</li>
</ul>
</section>
</body>
</html>