-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 993 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Clubs | Greensboro Day School</title>
<meta name="viewport" content="initial-scale=1.0; user-scalable=no; width=320;">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" type="text/css" href="/assets/css/global.css">
<script src="/assets/script/jquery.min.js"></script>
<script src="/assets/script/global.js"></script>
</head>
<body>
<div id="bk-mask"></div>
<div id="container">
<noscript><h5>JavaScript is require on this page</h5></noscript>
<div id="title-container">
<h1>Clubs at Greensboro Day School</h1>
<hr>
<p>Contact Marcus to add your club to this domain</p>
</div>
<footer>
<p><a href="https://github.com/GreensboroDaySchool">Github Repositories</a> | <a href="https://greensboroday.org">GDS Official Site</a></p>
</footer>
</div>
</body>
</html>