-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.03 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>10 Pilates Studio Group Class Schedule</title>
<style>
body {
font-family: sans-serif;
padding: 10px;
max-width: 700px;
margin: auto;
}
h2 {
margin-top: 40px;
}
iframe.schedule {
width: 100%;
height: 700px;
border: none;
display: block;
}
</style>
</head>
<body>
<h1>10 Pilates Studio Group Class Schedule</h1>
<h2>This Week</h2>
<iframe class="schedule" frameborder="0" scrolling="no"
src="https://1drv.ms/x/c/efbbd906a696db3d/IQRX7K9xFG90T77dVI90cYx9AV0sNDTPCbkTZ3oHbjgwNfE?em=2&wdAllowInteractivity=False&wdHideGridlines=True&wdHideHeaders=True&wdHideSheetTabs=True&Item=Web_ThisWeek">
</iframe>
<h2>Next Week</h2>
<iframe class="schedule" frameborder="0" scrolling="no"
src="https://1drv.ms/x/c/efbbd906a696db3d/IQRX7K9xFG90T77dVI90cYx9AV0sNDTPCbkTZ3oHbjgwNfE?em=2&wdAllowInteractivity=False&wdHideGridlines=True&wdHideHeaders=True&wdHideSheetTabs=True&Item=Web_NextWeek">
</iframe>
</body>
</html>