-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
89 lines (86 loc) · 3.8 KB
/
Copy path404.html
File metadata and controls
89 lines (86 loc) · 3.8 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
---
---
<html lang="pt">
<head>
<base href="/">
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>404 - Página não encontrada</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Righteous&display=swap" rel="stylesheet">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"
media="screen">
</head>
<body style="background-color: #f5e3d9;">
<!-- header section start -->
<div class="header_section">
{% include header.html %}
</div>
<!-- header section end -->
<!-- 404 section start -->
<div class="about_section layout_padding">
<div class="container-fluid">
<div class="row">
<div class="col-md-5 offset-md-2 my-auto align-self-center">
<div class="about_taital_main">
<h1 style="font-size: 40px; font-weight:bold;">404 - Página não encontrada</h1>
<br>
<h2>Ih, acho que a página que você estava procurando não existe.</h2>
<p class="about_text">Mas talvez tenhamos a solução de IA que você precisa. Que tal navegar pela barra superior e descobrir nossas áreas de atuação? Um pouco mais abaixo da página, você também encontra nosso e-mail para contato.</p>
</div>
</div>
<div class="col-md-3 align-self-center">
<div class="row"><img src="images/404_not_found.jpeg" class="services_img publication_image"
style="max-width: 400; display: block; margin: auto;">
</div>
<center class="row">
<p class="subtext" style="display: block; margin: auto;"><br>Imagem gerada através do <a href="https://deepmind.google/technologies/imagen-3/" target="_blank" rel="noopener noreferrer">Imagen 3</a></p>
</center>
</div>
</div>
</div>
</div>
<!-- 404 section end -->
<!-- footer section start -->
{% include footer.html %}
<!-- footer section end -->
<!-- copyright section start -->
{% include copyright.html %}
<!-- copyright section end -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
</body>
</html>