-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcgppSchedule.html
More file actions
30 lines (29 loc) · 953 Bytes
/
cgppSchedule.html
File metadata and controls
30 lines (29 loc) · 953 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta property="og:image" content="WebAssets/images/4.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" href="WebAssets/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="WebAssets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./fullcalendar.css">
<title>CGPP Schedule</title>
</head>
<body>
<script src='lib/jquery.min.js'></script>
<script src='lib/moment.min.js'></script>
<script src="fullcalendar.js"></script>
<script src="cgpp2018.js"></script>
<header id = "home">
<a href="javascript:history.back()">Return Home</a>
</header>
<br/>
<div id ="CGPPEventInfo">
<p>Meetings in Allen Library Red A/C
Every other Tuesday @4:30pm
</p>
</div>
<!-- <div id="calendar"></div> -->
</body>
</html>