-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·95 lines (90 loc) · 3.05 KB
/
404.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>OpenArmor Cybersecurity - Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph Meta Tags -->
<meta
property="og:title"
content="OpenArmor Cybersecurity - Innovative AI-Powered Threat Detection"
/>
<meta
property="og:description"
content="OpenArmor leverages eBPF logging, artificial intelligence, and automation to revolutionize cybersecurity with proactive threat detection, rapid response, and deep observability."
/>
<meta property="og:image" content="/assets/openarmor.svg" />
<meta property="og:url" content="https://theopenarmor.org" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:type" content="website" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The OpenArmor Project" />
<meta
name="twitter:description"
content="OpenArmor lets language models run to make your computer secure."
/>
<meta name="twitter:image" content="/assets/openarmor.svg" />
<!-- SEO Meta Tags -->
<meta
name="keywords"
content="cybersecurity, threat detection, artificial intelligence, machine learning, eBPF, logs, open source, Anubhav Gain"
/>
<meta name="robots" content="index, follow" />
<!-- Favicon Links -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<!-- External Stylesheets -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Arvo"
/>
<link rel="stylesheet" href="/assets/css/404style.css"">
</head>
<body>
<section class="page_404">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-10 col-sm-offset-1 text-center">
<div class="four_zero_four_bg">
<h1 class="text-center">404</h1>
</div>
<div class="contant_box_404">
<h3 class="h2">Looks like you're lost</h3>
<p>
The page you are looking for is not available! Did you really
think you'd find it here?
</p>
<a href="https://theopenarmor.org" class="link_404"
>Go to Home</a
>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>