-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsampleperformances.html
More file actions
43 lines (43 loc) · 1.31 KB
/
sampleperformances.html
File metadata and controls
43 lines (43 loc) · 1.31 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Boudicca's Way</title>
<style>
.text {
background-color: pink;
width: 100%;
height: 250px;
}
</style>
</head>
<body bgcolor="#c774c9">
<div style="text-align: center;" class="text">
<h1 style="font-size: 100px">ʙᴏᴜᴅɪᴄᴄᴀ's ᴡᴀʏ</h1>
<h1 style="font-size: 50px">ʙʟᴜᴇɢʀᴀss ʙᴀɴᴅ</h1>
</div>
<div style="text-align: center;">
<br>
<a href="index.html">Home | </a> <a href="sampleperformances.html">Sample Performances | </a> <a href="profiles.html">Profiles | </a> <a href="bookings.html">Bookings</a>
</div>
<br>
<hr>
<br>
<div style="text-align: center;">
<h1 style="font-size: 35px">Sample Performances</h1>
</div>
<p>Welcome! Here you can see us playing, either practising or in big performances!</p>
<p>Here are some videos we've uploaded so far:</p>
<video width="500" height="340" controls>
<source src="VID-20230522-WA0001.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="500" height="340" controls>
<source src="VID-20230617-WA0000.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="500" height="340" controls>
<source src="VID-20230522-WA0002.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>