-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcalendar.html
executable file
·36 lines (26 loc) · 989 Bytes
/
calendar.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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content">
<div id="picture-header"></div>
<div class="title-container">
<div class="w3-center title">
<h1 class="blue">Gamma Pi Calendar</h1>
</div>
</div>
<div class="w3-container w3-padding-32" id="values" style="background-color: #DFDFDF; border-top: 2px solid #09268a; border-bottom: 2px solid #09268a;">
<div id="Jon-Heidegger" class="w3-center" style="overflow: auto;">
<h3>The Gamma Pi calendar is currently not available.</h3>
</div>
</div>
</div>
<div id="footer"></div>
</body>
<script src="static/script.js"></script>
<script type="text/javascript">
</script>
</html>