-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (27 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.png" type="images/x-icon">
<link href="sass/style.css" rel="stylesheet">
<link href="sass/404.css" rel="stylesheet">
<title>Youtube to MP3 MP4 subtitle converter</title>
</head>
<body class="fix-header card-no-border fix-sidebar">
<section id="wrapper" class="error-page">
<div class="error-box">
<div class="error-body text-center">
<h1>404</h1>
<h3 class="text-uppercase">Page Not Found !</h3>
<p class="text-muted m-t-30 m-b-30">YOU SEEM TO BE TRYING TO FIND HIS WAY HOME</p>
<a href="index.php" class="btn btn-to-main-page btn-rounded waves-effect waves-light m-b-40">Back to home</a> </div>
<footer class="footer text-center">© 2019 Youtube to MP3 MP4 subtitle converter.</footer>
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>