-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFridayEnt.html
37 lines (34 loc) · 1.11 KB
/
FridayEnt.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Friday 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: Friday 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>20:30</td>
<td>Pub Quiz</td>
<td>Marquee</td>
<tr>
<td>21:30</td>
<td>Welcome Karaoke Night</td>
<td>Clubhouse</td>
<tr>
</table>
</font>
</body>
</html>