-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSundayEnt.html
56 lines (49 loc) · 1.63 KB
/
SundayEnt.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sunday Entertainment</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js" integrity="sha512-EbdJQSugx0nVWrtyK3JdQQ/03mS3Q1UiAhRtErbwl1YL/+e2hZdlIcSURxxh7WXHTzn83sjlh2rysACoJGfb6g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<img src="/img/ODL_LOGO.png" height="100">
<font size = "20"><b>Big Spring Camp 2024: Sunday Entertainment</b></font>
<img src="/img/BIG_EVENTS_LOGO.png" height="100" align="right">
<br>
<br>
<font size = "20">
<table style="width: 95vw; margin: auto;" class="table">
<tr>
<td><b>Time</b></td>
<td><b>Event</b></td>
<td><b>Location</b></td>
</tr>
<tr>
<td>14:00 - 22:00</td>
<td>Musicals and Show Tunes Bar
<!-- <br> <i>Boardgames Available!</i> -->
</td>
<td>Marquee</td>
<tr>
<td>16:30 - 18:00</td>
<td><b>CANCELLED:</b> OutdoorLads does It's a Gay Knockout!</td>
<td>Main Pitch</td>
</tr>
<tr>
<td>22:00 - Late</td>
<td>Disco: '90s vs '00s</td>
<td>Clubhouse</td>
<tr>
<tr>
<td>22:00 - Late</td>
<td>Chillout in the OutdoorInn</td>
<td>Marquee</td>
<tr>
</table>
<br>
Massive appologies, we have had to cancel the event "OutdoorLads does It's a Gay Knockout!" - the company providing the inflatable course has
cancelled on us due to weather and insurance reasons. We're very upset, Sorry!
</font>
</body>
</html>