-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
161 lines (103 loc) · 3.98 KB
/
404.html
File metadata and controls
161 lines (103 loc) · 3.98 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>404 Page not found</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="John Som - Serviços pra quem curte um som de qualidade!">
<meta name="author" content="João Gabriel C. Bayer">
<meta name="generator" content="Hugo 0.60.1" />
<!-- plugins -->
<link rel="stylesheet" href="./plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="./plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="./plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="./css/style.min.css" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<link rel="icon" href="./images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="./images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="img-fluid" src="./images/logo.png" alt="John Som - Serviços de Som e Audio">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">Sobre</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#testimonial">o John</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#contact">Contato</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1>404</h1>
<h2>Não encontrado</h2>
<a class="btn btn-main" href="https://jsom.com.br">Voltar pro início</a>
</div>
</div>
</div>
</section>
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="https://g.page/johnsom"><i class="fab fa-google"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://jsom.com.br">
<img src="./images/logo.png" alt="John Som - Serviços de Som e Audio" />
</a>
<br>
<p>desenvolvido com Hugo, hospedado no Github</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://kit.fontawesome.com/7a9ef3c0e7.js"></script>
<script src="./plugins/jquery/jquery.min.js"></script>
<script src="./plugins/bootstrap/bootstrap.min.js"></script>
<script src="./plugins/slick/slick.min.js"></script>
<script src="./plugins/shuffle/shuffle.min.js"></script>
<script src="./plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="./plugins/lazy-load/lozad.min.js"></script>
<!-- Main Script -->
<script src="./js/script.min.js"></script>
<!-- google analitycs -->
</body>
</html>