app/Resources/TwigBundle/views/Exception/error.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]>
  3. <html class="ie lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]>
  5. <html class="ie lt-ie9 lt-ie8"> <![endif]-->
  6. <!--[if IE 8]>
  7. <html class="ie lt-ie9"> <![endif]-->
  8. <!--[if gt IE 8]>
  9. <html class="ie"> <![endif]-->
  10. <!--[if !IE]><!-->
  11. <html>
  12. <!-- <![endif]-->
  13. <head>
  14.     <title>404 Error</title>
  15.     <!-- Meta -->
  16.     <meta charset="utf-8">
  17.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  18.     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
  19.     <link rel="icon" type="image/x-icon" href="{{ asset('/bundles/socialfrontend/themes/blue/images/favicon.ico') }}" />
  20.     <link href="/bundles/socialfrontend/css/theme/vendor/bootstrap.css" rel="stylesheet" media="screen"/>
  21.     <link href="/bundles/socialfrontend/css/theme/custom/stylesheet-complete.min.css" rel="stylesheet" media="screen"/>
  22.     <link href="/bundles/socialfrontend/css/app/custom/non-account.css" rel="stylesheet" media="screen"/>
  23.     <link href="/bundles/socialfrontend/css/app/custom/main.css" rel="stylesheet" media="screen"/>
  24.     <link href="/bundles/socialfrontend/themes/blue/main.css" rel="stylesheet" media="screen"/>
  25.     <script type="text/javascript" src="/bundles/socialfrontend/js/theme/vendor/jquery.js"></script>
  26.     <script type="text/javascript" src="/bundles/socialfrontend/js/app/custom/main.js"></script>
  27. </head>
  28. <body class=" register-page " style="background: url(/bundles/socialfrontend/themes/purple/bk_people.jpg)">
  29. <section role="navigation" class="navbar navbar-default top-nav navbar-fixed-top">
  30.     <div class="container">
  31.         <div class="text-center logo-text">
  32.             {#<a href="/">
  33.                 <img src="/bundles/socialfrontend/themes/purple/logo.png" width="95px" alt="">
  34.             </a>#}
  35.         </div>
  36.     </div>
  37. </section>
  38. <section id="content">
  39.     <div id="login-container">
  40.         <section role="bk-people" class="bk-people">
  41.             <div class="bk-people-hover">
  42.                 <div id="activate-login">
  43.                     <div class="form-horizontal">
  44.                         <div class="header-thanks">
  45.                             <div class="c-header c-header-big">
  46.                                 <h3>Page not found</h3>
  47.                             </div>
  48.                         </div>
  49.                         <div class="content-thanks">
  50.                             <div class="innerLR">
  51.                                 <div class="c-main">
  52.                                     <div class="form-row">
  53.                                         <p>
  54.                                             The page you are looking for does not exist.
  55.                                         </p>
  56.                                     </div>
  57.                                     <div class="re-activation clearfix innerTB">
  58.                                         <a class="btn btn-block btn-success" href="javascript:history.back()">
  59.                                             <i class="fa fa-paper-plane"></i> Go back
  60.                                         </a>
  61.                                     </div>
  62.                                 </div>
  63.                             </div>
  64.                         </div>
  65.                     </div>
  66.                 </div>
  67.             </div>
  68.         </section>
  69.     </div>
  70. </section>
  71. </body>
  72. </html>