-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·29 lines (29 loc) · 1.35 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Clef support has been discontinued</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body>
<div class="container">
<img src="logo.png" />
<p><b>Clef support has been discontinued</b></p>
<p>Read more about the shutdown <a href="https://blog.getclef.com/discontinuing-support-for-clef-6c89febef5f3" target="_blank">here</a> and get help accessing your site <a href="/transition.html" target="_blank">here</a>.</p>
<p><i>Thank you for your support and for believing in a future without passwords. </br> </br> - B, Jesse, Mark, Grace, Darrell, & Aayush</i></p>
</div>
<style>
.container {
width: 100%;
padding: 20px;
box-sizing: border-box;
}
</style>
</body>
</html>