%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/app/Resources/views/ |
Current File : /home/emtnaeewxm/www/app/Resources/views/layout_front.html.twig |
<!DOCTYPE html> <html lang="en"> <head> <title>2EM</title> <!-- Meta Tags --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <script> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <!-- //Meta Tags --> <!-- Style-sheets --> <!-- Bootstrap Css --> <link href="{{ asset('css/bootstrap.css') }}" rel="stylesheet" type="text/css" media="all" /> <link href="{{ asset('css/fontawesome-all.css') }}" rel="stylesheet"> <!--web-fonts--> <link href="//fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> <!--//web-fonts--> <style> .copyright{ position: fixed; bottom: 0; width: 100%; height: 40px; background-color: #777777; color: #ffffff; line-height: 40px; } </style> </head> <body> <div class="bg-page py-5"> <div class="container"> {% block body %} {% endblock %} </div> </div> <!-- Copyright --> <div class="copyright text-center"> <p>© 2021 2EM . All Rights Reserved.</p> </div> <!--// Copyright --> <!-- Required common Js --> <script src='{{ asset('js/jquery-2.2.3.min.js') }}'></script> <!-- //Required common Js --> <!-- Js for bootstrap working--> <script src="{{ asset('js/bootstrap.min.js') }}"></script> <!-- //Js for bootstrap working --> </body> </html>