-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar.html
More file actions
41 lines (33 loc) · 1.39 KB
/
calendar.html
File metadata and controls
41 lines (33 loc) · 1.39 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
---
---
<!DOCTYPE html>
<html>
<head>
<title>Dr Sandy Brownlee's Home Page</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="Sandy Brownlee" />
{% include stiracuk/unicss.html %}
<!--was an include of virtual="/include/unicss.html" -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="sbstyles.css" />
</head>
<!--#set var="navsubsec" value="staff" -->
<body class="Study with Stirling">
<!-- "#include" the standard dept banner and nav bar -->
{% include stiracuk/uniheader.html %}
<!-- was an include of virtual="/include/uniheader.html" -->
<!-- end of included banner and nav bar -->
<div id="stir-content" class="seven-ten">
<a name="maincontent"></a>
<!-- main content goes below here -->
{% include sbheader.html %}
<h2>Calendar</h2>
<p>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23FFFFFF&src=sandy%40brownlees.net&color=%232952A3&ctz=Europe%2FLondon" style="border-width:0" width="640" height="600" frameborder="0" scrolling="no"></iframe>
<!-- end of main content -->
<!--#set var="myname" value="Dr Sandy Brownlee" -->
<!--#set var="myroom" value="4B125" -->
<!--#set var="myext" value="7454" -->
{% include stiracuk/unifooter.html %}
<!-- was in include of /include/unifooter.html -->