-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (50 loc) · 1.33 KB
/
index.html
File metadata and controls
55 lines (50 loc) · 1.33 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=/tn12-covenant-vault-demo/">
<link rel="canonical" href="https://parker2017code.github.io/tn12-covenant-vault-demo/">
<title>Parker 2017 Code</title>
<style>
:root {
color-scheme: light dark;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #0f172a;
color: #e5e7eb;
}
body {
min-height: 100vh;
margin: 0;
display: grid;
place-items: center;
padding: 24px;
}
main {
width: min(680px, 100%);
}
h1 {
margin: 0 0 12px;
font-size: clamp(2rem, 8vw, 4rem);
line-height: 1;
letter-spacing: 0;
}
p {
max-width: 58ch;
color: #cbd5e1;
font-size: 1.05rem;
line-height: 1.6;
}
a {
color: #7dd3fc;
}
</style>
</head>
<body>
<main>
<h1>Parker 2017 Code</h1>
<p>Opening the <a href="/tn12-covenant-vault-demo/">Kaspa TN12 covenant proof lab</a>.</p>
<p>Kaspa Explained lives at <a href="https://kaspaexplained.com/">kaspaexplained.com</a>.</p>
</main>
</body>
</html>