-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
61 lines (58 loc) · 2.2 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
---
title: Page not found
layout: default
---
<!--=== HEADER ===-->
<section class="bg-21 bg-cover bg-center">
<div class="bg-filter">
<div class="container section-lg">
<h1 class="top-title">Page not found</h1>
</div>
</div>
</section>
<!--=== END HEADER ===-->
<!--=== MAIN WRAP ===-->
<section class="section-404">
<h3 class="sr-only">404 error page</h3>
<div class="container">
<div class="error404">
<span>4</span>
<div class="error-oh">oh!</div>
<span>4</span>
</div>
<!--<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
<div class="input-group form-lg" role="search">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-primary" title="Search" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
</div>
</div>-->
<ul class="circle-icons text-center icons-list" style="margin-top: 20px;">
<!--<li>
<a href="mailto:[email protected]" title="Send us report about the problem">
<i class="fa fa-envelope"></i>
</a>
</li>-->
<li>
<a href="http://google.com/+FullcirclesolutionsAutomateEverything" title="Send us report about the problem">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="https://twitter.com/360degsolutions" title="Send us report about the problem">
<i class="fa fa-twitter"></i>
</a>
</li>
<!--<li>
<a href="#" title="Send us report about the problem">
<i class="fa fa-facebook"></i>
</a>
</li>-->
</ul>
</div>
</section>