-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
67 lines (54 loc) · 2.45 KB
/
404.html
File metadata and controls
67 lines (54 loc) · 2.45 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-83032453-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-83032453-1');
</script>
<meta name="generator" content="Hugo 0.78.2" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>CamFlow: practical whole-system provenance for Linux</title>
<meta name="description" content="CamFlow is a practical whole-system provenance capture mechanism for the Linux operating system."/>
<meta property=og:site_name content="CamFlow">
<meta property=og:url content="http://camflow.org/">
<meta property=og:title content="CamFlow: practical whole-system provenance for Linux">
<meta property=og:description content="CamFlow is a practical whole-system provenance capture mechanism for the Linux operating system.">
<meta property=og:image content="http://camflow.org/images/ubc.jpg">
<meta property=og:locale content="en-us">
<meta property=twitter:site content="@tfjmp">
<meta property=twitter:creator content="@tfjmp">
<meta name="twitter:title" content="CamFlow: practical whole-system provenance for Linux">
<meta name="twitter:description" content="CamFlow is a practical whole-system provenance capture mechanism for the Linux operating system.">
<meta name="twitter:image" content="http://camflow.org/images/ubc.jpg">
<meta name="twitter:card" content="summary">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://camflow.org/css/styles.css">
<link href="" rel="alternate" type="application/rss+xml" title="CamFlow" />
</head>
<body>
<style>
.not-found {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
font-size: 200%;
text-decoration: none;
color: #363636;
}
.not-found a {
display: inline-block;
}
</style>
<a href="https://camflow.org/" class="not-found">
Well, a fine little mess. Easy in, easy out. Another triumph.
</a>
</body>
</html>