-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (92 loc) · 4.63 KB
/
Copy pathindex.html
File metadata and controls
96 lines (92 loc) · 4.63 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Provable: high-throughput cryptographic integrity for time-ordered data</title>
<meta
name="description"
content="Provable builds high-throughput cryptographic integrity infrastructure for data streams, media, databases, and real-world assets."
/>
<meta
name="keywords"
content="high-throughput, cryptographic integrity, time-ordered data, kayros, media integrity, media authentication, database integrity, real-world assets, frame-level video authentication"
/>
<meta name="author" content="Provable" />
<meta name="application-name" content="Provable" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://provable.dev/" />
<link rel="alternate" type="text/plain" href="https://provable.dev/llms.txt" title="Provable LLM summary" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/app/src/styles.css" />
<link rel="preload" href="/fonts/RobotoCondensed-Regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/RobotoCondensed-Bold.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/RobotoCondensed-Light.woff2" as="font" type="font/woff2" crossorigin />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Provable" />
<meta property="og:url" content="https://provable.dev/" />
<meta property="og:title" content="Provable: high-throughput cryptographic integrity for time-ordered data" />
<meta
property="og:description"
content="Kayros, Oliver, Carpe!, Veritas, and related tools form a cryptographic integrity stack for high-trust systems."
/>
<meta property="og:image" content="https://provable.dev/images/provable.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://provable.dev/" />
<meta property="twitter:title" content="Provable: high-throughput cryptographic integrity for time-ordered data" />
<meta
property="twitter:description"
content="Kayros is the core high-throughput cryptographic integrity infrastructure behind Provable."
/>
<meta property="twitter:image" content="https://provable.dev/images/provable.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Provable",
"url": "https://provable.dev",
"logo": "https://provable.dev/images/provable.png",
"description": "Provable builds high-throughput cryptographic integrity infrastructure for time-ordered data streams, media, databases, and real-world assets.",
"sameAs": ["https://x.com/is_provable"]
},
{
"@type": "WebSite",
"name": "Provable",
"url": "https://provable.dev/",
"description": "Provable builds high-throughput cryptographic integrity infrastructure for time-ordered data streams, media, databases, and real-world assets."
},
{
"@type": "SoftwareApplication",
"name": "Kayros",
"applicationCategory": "SecurityApplication",
"url": "https://provable.dev/#kayros",
"description": "Kayros is a high-throughput system for cryptographic integrity and time-ordered data proofs."
},
{
"@type": "SoftwareApplication",
"name": "Oliver",
"applicationCategory": "SecurityApplication",
"url": "https://oliver.provable.dev/",
"description": "Oliver provides frame-level cryptographic integrity and authentication for media, visual evidence, and asset-linked records."
},
{
"@type": "SoftwareApplication",
"name": "Carpe!",
"applicationCategory": "SecurityApplication",
"url": "https://provable.dev/",
"description": "Carpe! provides record-level cryptographic integrity for databases and device data."
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/app/src/main.jsx"></script>
</body>
</html>