forked from ladybug-tools/ladybug-tools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
77 lines (67 loc) · 3.41 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ladybug Tools | Page not found</title>
<meta name="description" content="ladybug tools - 404 page" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" href="https://ladybug.tools/assets/css/styles.css" />
<link rel="stylesheet" href="https://ladybug.tools/assets/css/header.css" />
</head>
<body class="bg-faded">
<header id="first">
<div class="header-content">
<div class="container">
<div class="row">
<div class="col-md-2 col-12 inner">
<img src="https://ladybug.tools/assets/img/ladybug.png" />
</div>
<div class="col-md-9 col-12 inner">
<h1>Page not found!<br />:(</h1>
<h6 class="wow fadeIn text-normal wow fadeIn">
Check the address for typing errors such as<br />www.ladybug.tools/<b>ladybu</b><br />instead of<br />www.ladybug.tools/<b>ladybug</b>.
</h6>
<a href="https://ladybug.tools" class="btn btn-primary-outline btn-xl page-scroll wow fadeInUp m-t-3">Go back to home page</a>
</div>
</div>
</div>
</div>
</header>
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!-- Navigation bar on the top of the page -->
<!--
NOTE: If you're making a change to the nav bar you need to edit
it in all the other pages. On the main page logo, ladybug tools and products
scrolls down to the #products div however in other pages it is a drop-down
with multiple items.
-->
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!--scripts loaded here-->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
crossorigin="anonymous"></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script src="assets/js/scripts.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100351402-1', 'auto');
ga('send', 'pageview');
</script>
</body>