UNPKG

blocklancer.git

Version:

Freelancer React Job Board using Bot and Blockchain Technology

70 lines (59 loc) 2.51 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Freelancer</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="CreativeLayers"> <!-- Styles --> <link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css" /> <link rel="stylesheet" href="css/icons.css"> <link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/responsive.css" /> <link rel="stylesheet" type="text/css" href="css/chosen.css" /> <link rel="stylesheet" type="text/css" href="css/colors/colors.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" /> </head> <body> <div class="page-loading"> <img src="images/loader.gif" alt="" /> <span>Skip Loader</span> </div> <div class="theme-layout" id="scrollup"> <section> <div class="block no-padding"> <div class="container fluid"> <div class="row"> <div class="col-lg-12"> <div class="main-featured-sec witherror"> <ul class="main-slider-sec text-arrows"> <li><img src="http://placehold.it/1600x800" alt="" /></li> <li><img src="http://placehold.it/1600x800" alt="" /></li> <li><img src="http://placehold.it/1600x800" alt="" /></li> </ul> <div class="error-sec"> <img src="images/404.png" alt="" /> <span>We Are Sorry, Page Not Found</span> <p>Unfortunately the page you were looking for could not be found. It may be temporarily unavailable, moved or no longer exist. Check the Url you entered for any mistakes and try again.</p> <form> <input type="text" placeholder="Enter any Keyword" /><button type="submit"><i class="la la-search"></i></button> </form> <h6><a href="#" title="">Back To Homepage</a></h6> </div> </div> </div> </div> </div> </div> </section> </div> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/modernizr.js" type="text/javascript"></script> <script src="js/script.js" type="text/javascript"></script> <script src="js/wow.min.js" type="text/javascript"></script> <script src="js/slick.min.js" type="text/javascript"></script> </body> </html>