-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
33 lines (30 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 | RevDev Software Group</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Software development group focused on server applications and web development">
<meta name="author" content="revdev">
<meta name="copyright" content="RevDev Group">
<link rel="stylesheet" href="assets/css/inter/inter.css">
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<section class="section">
<div class="container has-text-centered">
<div class="columns is-centered">
<div class="column is-7">
<h1 class="title is-1">404</h1>
<p class="subtitle is-3">Page not found</p>
<p>As well as funds, willing VC-s, client-centered approach, basic UX skills, proper level of
nutrients,
girlfriends and most of our dignity.</p>
</div>
</div>
<a class="button is-primary" href="https://revdev.cc">Back to homepage</a>
</div>
</section>
</body>
</html>