<!DOCTYPE html>
<html>
<head>
<title>The Outbreak Quick Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The Outbreak Quick Guide - The Outbreak is a free online strategy game in a post apocolypitic world. Can you keep your people save from disaster?">
<meta name="keywords" content="free, game, games, Guide, FAQ, question, Resources, gameplay, auctions, outbreak, strategy, survival">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 month">
<meta name="Reply-to" content="info@the-outbreak.com">
<meta name="Identifier-URL" content="https://www.the-outbreak.com/">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="canonical" href="https://www.the-outbreak.com/" />
<meta property='og:locale' content='en_us'/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Quickguide | The Outbreak" />
<meta property="og:description" content="The Outbreak Quick Guide - The Outbreak is a free online strategy game in a post apocolypitic world. Can you keep your people save from disaster?" />
<meta property="og:url" content="https://www.the-outbreak.com/" />
<meta property="og:site_name" content="The Outbreak web game | Online game, Free game" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{{ asset('assets/layout/favicon.ico') }}" type="image/x-icon" />
<link rel="stylesheet" href="{{ asset('assets/quickguide/quickguide.css') }}" />
</head>
<body>
<div id="container">
<nav id="primary_nav_wrap">
<ul>
<li class="current-menu-item">
<li><a href="#">Jump to section:</a>
<ul>
<li><a href="{{ path('quickguide') }}">Resources</a></li>
<li><a href="{{ path('quickguide_army') }}">Army</a></li>
<li><a href="{{ path('quickguide_specop') }}">Special Ops</a></li>
<li><a href="{{ path('quickguide_tech') }}">Tech Tree</a></li>
<li><a href="{{ path('guide_index') }}">Back to guide</a></li>
</ul>
</li>
</ul>
</nav>
<img src="{{ asset('assets/quickguide/guideicon.png') }}" />
<div class="line-separator"></div>
{% block content %}{% endblock %}
</div> <!--end containter-->
</body>
</html>