-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
107 lines (101 loc) · 4.98 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
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
<!-- ---
permalink: 404.html
--- -->
<!DOCTYPE HTML>
<!--
Based on uBeasa template (developed by freshDesignweb).
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.</title>
<meta name="description" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://commixproject.com">
<meta property="og:description" content="Commix Project | Automated All-in-One OS Command Injection Exploitation Tool.">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" href="https://commixproject.com/images/logo.png">
<link href='https://fonts.googleapis.com/css?family=Exo 2' rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<li>
</li>
<!-- Animate.css -->
<link rel="stylesheet" href="https://commixproject.com/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="https://commixproject.com/css/icomoon.css">
<!-- Themify Icons-->
<link rel="stylesheet" href="https://commixproject.com/css/themify-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://commixproject.com/css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="https://commixproject.com/css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="https://commixproject.com/css/owl.carousel.min.css">
<link rel="stylesheet" href="https://commixproject.com/css/owl.theme.default.min.css">
<!-- Flexslider -->
<link rel="stylesheet" href="https://commixproject.com/css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="https://commixproject.com/css/style.css">
<!-- Modernizr JS -->
<script src="https://commixproject.com/js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="https://commixproject.com/js/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="https://commixproject.com/js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="https://commixproject.com/js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="https://commixproject.com/js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="https://commixproject.com/js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="https://commixproject.com/js/jquery.countTo.js"></script>
<!-- Flexslider -->
<script src="https://commixproject.com/js/jquery.flexslider-min.js"></script>
<!-- Magnific Popup -->
<script src="https://commixproject.com/js/jquery.magnific-popup.min.js"></script>
<script src="https://commixproject.com/js/magnific-popup-options.js"></script>
<!-- Main -->
<script src="https://commixproject.com/js/main.js"></script>
<!-- Header / Footer -->
<script src="https://commixproject.com/js/header.js" type="text/javascript" defer></script>
<script src="https://commixproject.com/js/footer.js" type="text/javascript" defer></script>
</head>
<body>
<header-component></header-component>
<div id="ubea-hero" class="js-fullheight" data-section="home">
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(https://commixproject.com/images/background.png);">
<div class="overlay"></div>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>Oops! Page Not Found</h2>
<p><a href="/" class="btn btn-primary btn-lg"><i class="fa fa-home"></i> Go home</a></p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<footer-component></footer-component>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
</body>
</html>