-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
63 lines (63 loc) · 3.01 KB
/
Copy pathevents.html
File metadata and controls
63 lines (63 loc) · 3.01 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/d0fb0aec70.js" crossorigin="anonymous"></script>
<link rel="icon" href="./img/logo/favicon.ico">
<title>WPW: Events</title>
</head>
<body>
<div class="middle">
<h1>Events</h1>
<iframe id="open-web-calendar"
style="background:url('https://raw.githubusercontent.com/niccokunzmann/open-web-calendar/master/static/img/loaders/circular-loader.gif') center center no-repeat;"
src="https://open-web-calendar.hosted.quelltext.eu/calendar.html?controls=next&controls=previous&controls=today&controls=date&controls=menu&css=.TRANSP-TRANSPARENT%20%7B%7D%0A.dhx_cal_navline%2C%20.dhx_scale_bar%2C%20.dhx_cal_container%2C%20.dhx_cal_header%2C%20.dhx_cal_scale_placeholder%2C%20.dhx_scale_holder%2C%20.dhx_scale_hour%20%7Bbackground-color%3A%20%23ffffff%3B%7D.dhx_scale_holder_now%2C%20.dhx_now%20.dhx_month_head%2C%20.dhx_now%20.dhx_month_body%20%7B%20background-color%3A%20%23ffffff%3B%7D&menu_shows_calendar_names=false&menu_shows_description=false&menu_shows_title=false&skin=terrace&start_of_week=su&style-event-status-cancelled=true&timezone=Europe%2FBerlin&title=WPW%20Events&url=webcal%3A%2F%2Fp129-caldav.icloud.com%2Fpublished%2F2%2FMTIyMTU4MTgzMTIyMTU4MX5q3qiVVmhaA6UgSqIJng3mwantNHv8EgPb-pW62H9GCV-WWs7LM_3huf1KBtSKiehUqkRecMUOikuZxn8iGCA"
sandbox="allow-scripts allow-same-origin allow-top-navigation allow-downloads"
allowTransparency="true" scrolling="no"
frameborder="0" height="683px" width="100%"></iframe>
<!-- <table>
<tr class="headerRow">
<th>Date</th>
<th>Event</th>
<th>Hours Present</th>
<th>Map Link</th>
</tr>
<tr class="striped">
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="trow">
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="">
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>-->
</div>
<footer>
<div class="copyright">
<div class="back">
<a href="index.html">
<i class="fa-solid fa-arrow-left"></i> Back</a>
</div>
<div class="back">
© <script>document.write(new Date().getFullYear())</script> Warped Peach Weaves
</div>
</div>
</footer>
</body>
</html>