-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
28 lines (26 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="rust, crate, on-premise, registry">
<meta name="description"
content="Kellnr is a private Crate registry for Rust written in Rust to self-host or run in the cloud.">
<!-- Open Graph Metadata tags-->
<meta property="og:description"
content="Kellnr is a private Crate registry for Rust written in Rust to self-host or run in the cloud.">
<meta property="og:title" content="Kellnr: The private Rust Crate Registry">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://kellnr.io" />
<meta property="og:image" content="https://kellnr.io/images/kellnr/search-light.png" />
<title><'kellnr></title>
<link rel="stylesheet" crossorigin="anonymous" href="https://unicons.iconscout.com/release/v3.0.3/css/line.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script crossorigin="anonymous" src="https://unicons.iconscout.com/release/v3.0.2/script/monochrome/bundle.js"></script>
<script crossorigin="anonymous" src="https://js.stripe.com/v3/buy-button.js"></script>
</body>
</html>