app/Resources/TwigBundle/views/Exception/error404_passiongirl.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 style="height: 100%">
  12. <!-- <![endif]-->
  13. <head>
  14.     <title>{{ '404 Error'|trans }} - PassionGirl</title>
  15.     <!-- Meta -->
  16.     <meta charset="utf-8">
  17.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  18.     <meta name="viewport"
  19.           content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
  20.     <link rel="icon" type="image/x-icon" href="{{ asset('/bundles/socialfrontend/themes/passiongirl/images/favicon.ico') }}"/>
  21.     <link href="/bundles/socialfrontend/css/theme/vendor/bootstrap.css" rel="stylesheet" media="screen"/>
  22.     <link href="/bundles/socialfrontend/css/theme/custom/stylesheet-complete.min.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/passiongirl/main.css" rel="stylesheet" media="screen"/>
  25.     <link href="/bundles/socialfrontend/css/app/custom/non-account.css" rel="stylesheet" media="screen"/>
  26.     <script type="text/javascript" src="/bundles/socialfrontend/js/theme/vendor/jquery.js"></script>
  27.     <script type="text/javascript" src="/bundles/socialfrontend/js/app/custom/main.js"></script>
  28. </head>
  29. <body class=" register-page " style="height: 100%">
  30. <section role="navigation" class="navbar navbar-default top-nav navbar-fixed-top">
  31.     <div class="container">
  32.         <div class="text-center logo-text" style="text-align: center !important;">
  33.             <a href="/">
  34.                 <img src="/bundles/socialfrontend/themes/passiongirl/logo.png" width="95px" alt="">
  35.             </a>
  36.         </div>
  37.     </div>
  38. </section>
  39. <section id="content">
  40.     <div id="login-container">
  41.         <section role="bk-people" class="bk-people">
  42.             <div class="bk-people-hover">
  43.                 <div id="activate-login" style="top: 215px;margin: 0 auto;max-height: 300px;min-height: 200px;">
  44.                     <div class="form-horizontal">
  45.                         <div class="header-thanks">
  46.                             <div class="c-header c-header-big">
  47.                                 <h3>{% trans %}Page not found{% endtrans %}</h3>
  48.                             </div>
  49.                         </div>
  50.                         <div class="content-thanks">
  51.                             <div class="innerLR">
  52.                                 <div class="c-main">
  53.                                     <div class="form-row">
  54.                                         <p>
  55.                                             {% trans %}The page you are looking for does not exist.{% endtrans %}
  56.                                         </p>
  57.                                     </div>
  58.                                     <div class="re-activation clearfix innerTB">
  59.                                         <a class="btn btn-block btn-success" href="javascript:history.back()">
  60.                                             <i class="fa fa-paper-plane"></i>{% trans %}Go back{% endtrans %}
  61.                                         </a>
  62.                                     </div>
  63.                                 </div>
  64.                             </div>
  65.                         </div>
  66.                     </div>
  67.                 </div>
  68.             </div>
  69.         </section>
  70.     </div>
  71. </section>
  72. </body>
  73. </html>