templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>{% block title %}The Outbreak Browsergame - Free online survival strategy sim game{% endblock %}</title>
  6.         <meta name="description" content="The Outbreak is a free online survival sim browser game in a post apocalyptic world. Survive, build, trade and compete with other players. ">
  7.         <meta name="keywords" content="the outbreak, outbreak game, browser game, survival game, free games survival, game outbreak, game online survival, sim games, simulator, best browser games, free games">
  8.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.         <meta name="robots" content="index, follow">
  10.         <meta name="author" content="Westland Gaming" />
  11.         <meta name="revisit-after" content="3 days"/>
  12.         <meta name="googlebot" content="all"/>
  13.         <meta name="Reply-to" CONTENT="info@the-outbreak.com">
  14.         <meta name="Identifier-URL" CONTENT="https://www.the-outbreak.com/">
  15.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  16.         <link rel="canonical" href="https://www.the-outbreak.com/" />
  17.         <meta property="og:locale" content="en_us"/>
  18.         <meta property="og:type" content="website" />
  19.         <meta property="og:image" content="https://www.the-outbreak.com/images/outbreak_chrome.png" />
  20.         <meta property="og:title" content="The Outbreak Browsergame - Free online survival strategy sim game" />
  21.         <meta property="og:description" content="The Outbreak is a free online survival sim browser game in a post apocalyptic world. Survive, build, trade and compete with other players." />
  22.         <meta property="og:url" content="https://www.the-outbreak.com/" />
  23.         <meta property="og:site_name" content="The Outbreak Browsergame - Free online survival strategy sim game" />
  24.         <meta name="msvalidate.01" content="41F34DEA6814B1A4B07997245A1E4EC5" />
  25.         <meta name="apple-mobile-web-app-capable" content="yes">
  26.         <meta name="mobile-web-app-capable" content="yes">
  27.         <meta name="apple-mobile-web-app-title" content="The Outbreak Game">
  28.         <meta name="application-name" content="The Outbreak survival browser sim game">
  29.         <meta name="viewport" content="width=device-width, initial-scale=1">
  30.         <link rel="stylesheet" href="{{ asset('assets/css/normalize.css') }}">
  31.         <link rel="stylesheet" href="{{ asset('assets/css/base.css') ~ style_version() }}">
  32.         <link rel="stylesheet" href="{{ asset('assets/css/nav.css') }}">
  33.         <link rel="stylesheet" href="{{ asset('assets/css/font-awesome.css') }}">
  34.         <link rel="stylesheet" href="{{ asset('assets/css/jquery.bxslider.css') }}">
  35.         <link rel="shortcut icon" href="{{ asset('assets/images/favicon.ico') }}">
  36.         <link rel="apple-touch-icon" href="{{ asset('assets/images/apple-touch-icon.png') }}">
  37.         <link rel="apple-touch-icon" sizes="72x72" href="{{ asset('assets/images/apple-touch-icon-72x72.png') }}">
  38.         <link rel="apple-touch-icon" sizes="114x114" href="{{ asset('assets/images/apple-touch-icon-114x114.png') }}">
  39.         <script>
  40.             window.fbAsyncInit = function() {
  41.                 FB.init({
  42.                     appId      : '1084773928376327',
  43.                     xfbml      : true,
  44.                     version    : 'v3.2'
  45.                 });
  46.                 FB.AppEvents.logPageView();
  47.             };
  48.             (function(d, s, id){
  49.                 var js, fjs = d.getElementsByTagName(s)[0];
  50.                 if (d.getElementById(id)) {return;}
  51.                 js = d.createElement(s); js.id = id;
  52.                 js.src = "https://connect.facebook.net/en_US/sdk.js";
  53.                 fjs.parentNode.insertBefore(js, fjs);
  54.             }(document, 'script', 'facebook-jssdk'));
  55.         </script>
  56.         <script>(function(d, s, id) {
  57.                 var js, fjs = d.getElementsByTagName(s)[0];
  58.                 if (d.getElementById(id)) return;
  59.                 js = d.createElement(s); js.id = id;
  60.                 js.src = "//connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v2.0";
  61.                 fjs.parentNode.insertBefore(js, fjs);
  62.             }(document, 'script', 'facebook-jssdk'));
  63.         </script>
  64.         {% block stylesheets %}
  65.         {% endblock %}
  66.     </head>
  67.     <body>
  68.         <div class="container">
  69.             <div class="six columns adright">
  70.                 {% include 'ad.html.twig' with {'format': 'auto', 'responsive': true} %}
  71.             </div>
  72.             {% include 'menu.html.twig' %}
  73.             <div class="content">
  74.                 {% block messages %}
  75.                 {% for message in app.flashes('notice') %}
  76.                     <div class="resultbar">
  77.                         <div class="resulttext">
  78.                             <span class="p1">{{ message|raw }}</span>
  79.                         </div>
  80.                     </div>
  81.                 {% endfor %}
  82.                 {% endblock %}
  83.                 {% block body %}{% endblock %}
  84.             </div>
  85.             {% include 'footer.html.twig' %}
  86.         </div>
  87.         <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  88.         <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
  89.         <script src="{{ asset('assets/js/jquery.slicknav.js') }}"></script>
  90.         <script src="{{ asset('assets/js/jquery.bxslider.min.js') }}"></script>
  91.         <script type="text/javascript">
  92.             window.cookieconsent_options = {"message":"To be able to use this website we need to make use of cookies, read more about this in our policy.","dismiss":"Got it!","learnMore":"More info","link":"www.the-outbreak.com/cookiepolicy.pdf","theme":"dark-top"};
  93.         </script>
  94.         <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
  95.         <script>
  96.             $(document).ready(() => {
  97.                 $('#menu').slicknav();
  98.                 $('.bxslider').bxSlider({
  99.                     auto: true,
  100.                     captions: true,
  101.                     infiniteLoop: false
  102.                 });
  103.             });
  104.         </script>
  105.         {% block js %}
  106.         {% endblock %}
  107.     </body>
  108. </html>