-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
44 lines (38 loc) · 1.6 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
---
permalink: /404.html
layout: 404
lang: en
---
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<!-- Webpage title -->
<title id="home">404 | Vanta Interactive</title>
<!-- Website description -->
<meta name="description" content="{{ site.t[page.lang].pagenotfound }}">
<!-- Viewport width -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% include head.html %}
<!-- Open Graph meta tags -->
<meta property="og:title" content="404 | Vanta Interactive">
<meta property="og:description" content="{{ site.t[page.lang].pagenotfound }}">
<meta property="og:image" content="https://raw.githubusercontent.com/vantainteractive/vantainteractive.com/main/favicon/vi-logo-big-bk.png">
<meta property="og:url" content="https://vantainteractive.com/">
<meta property="og:type" content="website">
</head>
<body class="bg-header">
{% include header.html %}
{% include notice-container.html %}
<div class="post-content post">
<header class="post-header">
<h1 class="post-title blaec semibold rem15 white" itemprop="name headline">404</h1>
<p class="post-description rem1-5 outfit medium white">{{ site.t[page.lang].pagenotfound }}</p>
</header>
<div class="post-content lightgray rem1-15 monospace medium">
<a href="{{ site.baseurl }}/">{{ site.t[page.lang].homepage }}</a>
</div>
</div>
{% include footer.html %}
</body>
</html>