-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrapper.html
More file actions
43 lines (40 loc) · 1.23 KB
/
wrapper.html
File metadata and controls
43 lines (40 loc) · 1.23 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
<html>
<head>
<title>QCSF - Love Bites: Cabaret Rouge Concert Program</title>
<meta name="description" content="Concert program for QCSF's 2025 Love Bites Cabaret, Cabaret Rouge!" />
<meta property="og:title" content="Love Bites: Cabaret Rouge Concert Program" />
<meta property="og:description" content="Concert program for QCSF's 2025 Love Bites Cabaret, Cabaret Rouge!" />
</head>
<body>
<iframe style="height:100%;width:100%;" src="./program-embed.html"></iframe>
</body>
<html>
<!--
<div class="floatie">
<div class="floatie-button sqs-block-button-container--center sqs-stretched" data-animation-role="button"
data-alignment="center" data-button-size="medium" data-button-type="primary">
<a href="/donate" class="sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element">
Donate Now
</a>
</div>
</div>
<style>
.floatie {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
opacity: 100%;
background-color: var(--backgroundOverlayColor);
border-top: 1px solid var(--section-inset-border-color);
z-index: 999999;
}
.floatie-button {
position: relative;
float: right;
right: 45px;
align-self: flex-end;
}
</style>
-->