/
home
/
techb158
/
ileadtechnology.com
/
resources
/
views
/
front
/
error_page
/
/home/techb158/ileadtechnology.com/resources/views/front/error_page
mkdir
upload
Name
Size
Mode
Actions
404.blade.php
3892
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/resources/views/front/error_page/404.blade.php
(3892B)
<!DOCTYPE html> <!-- ********************************************************************************************************** Copyright (c) 2019. ********************************************************************************************************** --> <!-- Template Name: eClass - Learning Management System Version: 1.0.0 Author: Media City --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]> --> <html lang="en"> <!-- <![endif]--> <!-- head --> <meta charset="utf-8" /> <title>{{ $gsetting->project_title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="{{ $gsetting->meta_data_desc }}" /> <meta name="keywords" content="{{ $gsetting->meta_data_keyword }}"> <meta name="author" content="Media City" /> <meta name="MobileOptimized" content="320" /> <link rel="icon" type="image/icon" href="{{ asset('images/favicon/'.$gsetting->favicon) }}"> <!-- favicon-icon --> <!-- theme styles --> <link href="{{ url('css/bootstrap.min.css') }}" rel="stylesheet" type="text/css"/> <!-- bootstrap css --> <!-- google fonts --> <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700" rel="stylesheet"> <!-- google fonts --> <link href="https://fonts.googleapis.com/css?family=Muli&display=swap:400,500,600,700" rel="stylesheet"><!-- google fonts --> <link rel="stylesheet" href="{{ url('vendor/fontawesome/css/all.css') }}" /> <!-- fontawesome css --> <link rel="stylesheet" href="{{ url('vendor/font/flaticon.css') }}" /> <!-- fontawesome css --> <link rel="stylesheet" href="{{ url('vendor/navigation/menumaker.css') }}" /> <!-- navigation css --> <link rel="stylesheet" href="{{ url('vendor/owl/css/owl.carousel.min.css') }}" /> <!-- owl carousel css --> <link rel="stylesheet" href="{{ url('vendor/protip/protip.css') }}" /> <!-- menu css --> <link href="{{ url('css/style.css') }}" rel="stylesheet"/> <!-- custom css --> <!-- end theme styles --> </head> <!-- end head --> <!-- body start--> <body> <!-- top-nav bar start--> <section id="error" class="error-page-main-block"> <div class="container-fluid"> <div class="error-block text-center "> <h1 class="error-heading"><span>404 </span></br>page not found!</h1> <p>This page isn't avalible. sorry about that.</p> <p class="btm-40">Try searching for something else.</p> <div class="nav-bar-btn btm-20"> <a href="{{ url('/') }}" class="btn btn-secondary" title="home"><i class="fa fa-chevron-left"></i>Back to Home</a> </div> </div> </div> </section> <!-- top-nav bar end--> <!-- jquery --> <script src="{{ url('js/jquery-2.min.js') }}"></script> <!-- jquery library js --> <script src="{{ url('js/bootstrap.bundle.js') }}"></script> <!-- bootstrap js --> <script src="{{ url('vendor/owl/js/owl.carousel.min.js') }}"></script> <!-- owl carousel js --> <script src="{{ url('vendor/smoothscroll/smooth-scroll.js') }}"></script> <!-- smooth scroll js --> <script src="{{ url('vendor/popup/jquery.magnific-popup.min.js')}}"></script> <!-- popup js--> <script src="{{ url('vendor/protip/protip.js') }}"></script> <!-- bootstrap js --> <script src="{{ url('vendor/navigation/menumaker.js') }}"></script> <!-- navigation js--> <script src="{{ url('vendor/mailchimp/jquery.ajaxchimp.js') }}"></script> <!-- mail chimp js --> <script src="{{ url('vendor/counter/waypoints.min.js') }}"></script> <!-- facts count js required for jquery.counterup.js file --> <script src="{{ url('vendor/counter/jquery.counterup.js') }}"></script> <!-- facts count js--> <script src="{{ url('js/theme.js') }}"></script> <!-- custom js --> <!-- end jquery --> </body> <!-- body end --> </html>
Save
cmd:
run