-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 3.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta charset="utf-8" />
<link rel="preconnect" href="https://cdn.jsdelivr.net/" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- Search Engine -->
<meta name="description" content="Fast authentication layer for your SaaS, backed by Redis." />
<meta name="image" content="https://openkey.js.org/static/images/banner.jpeg" />
<link rel="canonical" href="https://openkey.js.org" />
<title>openkey, fast authentication layer for your SaaS, backed by Redis.</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="openkey, fast authentication layer for your SaaS, backed by Redis." />
<meta itemprop="description" content="Fast authentication layer for your SaaS, backed by Redis." />
<meta itemprop="image" content="https://openkey.js.org/static/images/banner.jpeg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="openkey" />
<meta name="twitter:description" content="Fast authentication layer for your SaaS, backed by Redis." />
<meta name="twitter:image" content="https://openkey.js.org/static/images/banner.jpeg" />
<meta name="twitter:label1" value="Installation" />
<meta name="twitter:data1" value="npm install openkey --save" />
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="openkey" />
<meta property="og:logo" content="https://openkey.js.org/static/logo.png" />
<meta property="og:description" content="Fast authentication layer for your SaaS, backed by Redis." />
<meta property="og:image" content="https://openkey.js.org/static/images/banner.jpeg" />
<meta property="og:url" content="https://openkey.js.org" />
<meta property="og:site_name" content="openkey.js.org" />
<meta property="og:type" content="website" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://openkey.js.org/static/images/favicon-32x32.png?t=1714943520975" sizes="32x32" />
<link rel="icon" type="image/png" href="https://openkey.js.org/static/images/favicon-16x16.png?t=1714943520975" sizes="16x16" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,[email protected],700&family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;700&display=swap" rel="stylesheet">
<!-- Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codecopy/umd/codecopy.min.css" />
<link rel="stylesheet" href="/static/panchang.css" />
<link rel="stylesheet" href="/static/style.min.css" />
</head>
<body>
<div id="app"></div>
</body>
<script src="/static/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/docsify/lib/docsify.min.js,npm/docsify/lib/plugins/external-script.min.js,npm/codecopy/umd/codecopy.min.js"></script>
</html>