-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta itemprop="name" content="Keypost">
<meta itemprop="description" content="A Secrets Manager for Devs and CI/CD">
<meta property="og:title" content="Keypost" />
<meta property="og:description" content="A Secrets Manager for Devs and CI/CD" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<title>keypost.io</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<style>
body {
background: #3f4241;
color: #eff8f0;
text-align: center;
padding: 2%;
font-family: monospace;
font-style: italic;
font-weight: 100;
}
a:link {
color: #fdfdfd;
}
a:hover {
color: #8ab5de;
}
</style>
</head>
<body style="background-image:url('lock.png'); background-repeat: no-repeat; background-position: center center; background-attachment:fixed;">
<h3>See what we're up to <a href="https://github.com/keypost-org/">@keypost-org</a></h3>
</body>
</html>