-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaintenance.html
53 lines (51 loc) · 2.45 KB
/
maintenance.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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>COPA CODERS</title>
<meta charset="UTF-8">
<meta name="language" content="en-US">
<meta name="author" content="Traek Malan">
<meta name="description" content="CoderDojo for Maricopa, AZ">
<link rel="stylesheet" href="styles.css">
<!-- OpenGraph support as documented at https://ogp.me -->
<meta property="og:title" content="Copa Coders">
<meta property="og:type" content="website">
<meta property="og:url" content="https://copacoders.club">
<meta property="og:image" content="https://copacoders.club/android-chrome-512x512.png">
<meta property="og:description" content="This is the official website for the Copa Coders, a CoderDojo and affiliated Code Clubs located in Maricopa, AZ, US.">
<!-- Favicon support as generated at https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>MAINTENANCE</h1>
<p class="callout">COPA CODERS is currently unavailable while we perform maintenance on our web server. Check back soon!</p>
<p>Please visit us at <a href="">Facebook</a> for more information about our organization.</p>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v7.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your Chat Plugin code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="108682667525856"
theme_color="#0084ff">
</div>
</body>
</html>