-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·44 lines (39 loc) · 2.21 KB
/
index.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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Children Ministry Attendance</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta name='robots' content='noindex,nofollow' />
<link href="/mccc2/templates/theme_church087/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles.css" type="text/css" />
<script src="html5.js"></script>
</head>
<body>
<h1>
<a href="http://www.mccc.org/"><img alt="mccc logo" border="0" height="89" src="http://www.mccc.org/mccclogo.gif" width="134"></a>
Children Sunday School Attendance</h1>
<img border="0" height="4" src="http://www.mccc.org/d_bl_bar.gif" width="648">
<p>
<div>
<ul><li style="text-align:left"><a href="attendance.php?grade=G5"><font size="7">G5 </font></a></li>
<li><a href="attendance.php?grade=G4"><font size="7"> G4 </font></a></li>
<li><a href="attendance.php?grade=G3"><font size="7"> G3 </font></a></li>
<li><a href="attendance.php?grade=G2"><font size="7"> G2 </font></a></li>
<li><a href="attendance.php?grade=G1"><font size="7"> G1 </font></a></li>
<li><a href="attendance.php?grade=K"><font size="7"> K </font></a></li>
<li><a href="attendance.php?grade=PK"><font size="7"> PK </font></a></li>
<li><a href="attendance.php?grade=Nursery"><font size="7"> Nursery </font></a></li>
<li><a href="attendance.php?grade=WSP_PS"><font size="7"> Worship PS </font></a></li>
<li><a href="worship.html"><font size="7"> Worship Elementary </font></a></li>
</ul>
</div>
</body>
</html>