-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracks.html
46 lines (41 loc) · 2.21 KB
/
tracks.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8" />
<meta name="author" content="Script Tutorials" />
<title>Bootstrap one-page template with Parallax effect</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- attach CSS styles -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div class="text-center">
<h1>2017 CenterStage Playlist</h1>
<div class="post-entry">
<h2 style="text-align: center;">And So It Goes</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/And-So-It-Goes.mp3">Full Performance</a></p>
<hr />
<h2 style="text-align: center;">Dance Evolution</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/Dance-Evolution-Vocal.mp3">Full Performance</a></p>
<hr />
<h2 style="text-align: center;">One Voice</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/One-Voice.mp3">Full Performance</a></p>
<hr />
<h2 style="text-align: center;">Rhythm Of The Night</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/Rhythm-Full.mp3">Full Performance Section 1</a></p>
<hr />
<h2 style="text-align: center;">Sgt Pepper</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/Sgt-Pepper-Full.mp3">Full Performance Section 1</a></p>
<p> </p>
<hr />
<h2 style="text-align: center;">The Wizard and I</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/Wizard-and-I-Full.mp3">Full Performance</a></p>
<hr />
<h2 style="text-align: center;">Big Band Bash</h2>
<p style="text-align: center;"><a href="http://cs.grandtheater.org/wp-content/uploads/2017/02/Big-Band-Bash-Full.mp3">Full Performance</a></p>
</div>
</div>
</body>
</html>