-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
126 lines (98 loc) · 4.91 KB
/
404.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Introduction</title>
<meta name="description" content="Introduction" />
<link rel="shortcut icon" href="https://www.calconnect.org/sites/default/files/calconnect.ico" type="image/vnd.microsoft.icon" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Ek+Mukta:700,400,300,200|Hind' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen,projection" href="/assets/materialize.css" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="/assets/main.css">
<link rel="canonical" href="http://localhost:4000/" />
</head>
<body>
<div id="topbar-inner">
<div id="topbar-inner" class="navbar container">
<div id="titleBar">
<a href="/"><span class="hidden-xs">CalConnect : </span>The Calendaring and Scheduling Consortium</a>
</div>
</div>
</div>
<nav class="deep-purple lighten-1" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" class="brand-logo" href="/">CALCONNECT <span class="hidden-xs">Developer's Guide</span></a>
<ul class="hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="/charter/">Charter</a></li>
<li><a href="/work-in-progress/">Work in Progress</a></li>
<li><a href="/DateTime/">Timezone changes knowledge base</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#">Home</a></li>
<li><a href="/charter/">Charter</a></li>
<li><a href="/work-in-progress/">Work in Progress</a></li>
<li><a href="/DateTime/">Timezone changes knowledge base</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<main>
<div class="container">
<h1 id="introduction">Page not found.</h1>
<p>The page you were looking for was not found on this server.</p>
<p>Go to the <a href="/">Homepage</a> to start again.</p>
<h2 id="disclaimer">Disclaimer</h2>
<p>This site is maintained by people involved in the development of calendaring and scheduling standards and/or implementations. Although the content contributors are employed by a range of commercial and non-profit organizations, this site does not represent the views or opinions of those organizations.</p>
<p>Please note that the authors of this site have not made any attempt to confirm support for any of the implementations, products or services listed on this site.</p>
</div>
</main>
<div class="container">
<div class="divider"></div>
<div class="section">
Was this page helpful for you? Please give us <a href="https://goo.gl/forms/NqKna6d4lsqUtlgD3" class="text-lighten-3" target="_new">Feedback</a>.
</div>
</div>
<footer class="page-footer">
<div id="sitemap">
<div id="sitemap-inner" class="container">
<div class="region region-sitemap">
<section id="block-menu-block-1" class="block block-menu-block ">
<div class="menu-block-wrapper menu-block-1 menu-name-main-menu parent-mlid-0 menu-level-1">
<ul class="menu nav">
<li><a href="/charter/">Charter</a></li>
<li><a href="/work-in-progress/">Work in Progress</a></li>
<li><a href="/DateTime/">Timezone changes knowledge base</a></li>
</ul>
</div>
</section>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div>
The contents of this wiki are freely available licensed via a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
<br>
<a href="https://www.calconnect.org/about/policies/copyright-licensing">Copyright © The Calendaring and Scheduling Consortium</a>.
</div>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="/js/jquery.min.js"></script>
<script src="/js/materialize.min.js"></script>
<script src="/js/init.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-22761082-2', 'auto');
ga('send', 'pageview');
</script>
<!-- /Analytics -->
</body>
</html>