2016-09-22 13:56:57 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2016-09-23 22:57:35 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-12-14 15:50:48 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="keywords" content="game,mineseeker,mine,seeker,laszlolang.com">
|
|
|
|
|
<meta name="robots" content="index,follow">
|
|
|
|
|
<meta name="revisit-after" content="2 days">
|
|
|
|
|
<meta name="resource-type" content="document">
|
|
|
|
|
<meta name="country" content="Hungary">
|
|
|
|
|
<meta name="description" content="This is a new minesweeper, multiplayer game.">
|
|
|
|
|
<meta name="content-language" content="hu,hun,hungarian">
|
|
|
|
|
{% include '@MineSeeker/Recent/favicon.html.twig' %}
|
2016-12-11 15:10:25 +01:00
|
|
|
{% block metas %}{% endblock %}
|
2016-12-14 15:50:48 +01:00
|
|
|
<title>MineSeeker{% block title %}{% endblock %}</title>
|
2016-11-15 17:53:12 +01:00
|
|
|
{% block stylesheets %}{% endblock %}
|
2016-12-14 15:50:48 +01:00
|
|
|
{% include '@MineSeeker/Recent/google-analytics.html.twig' %}
|
2016-09-23 22:57:35 +02:00
|
|
|
</head>
|
2016-12-11 15:10:25 +01:00
|
|
|
|
2016-09-23 22:57:35 +02:00
|
|
|
<body>
|
2016-12-11 15:10:25 +01:00
|
|
|
<div id="fb-root"></div>
|
2016-12-14 15:50:48 +01:00
|
|
|
|
|
|
|
|
{% block bodyTop %}{% endblock %}
|
|
|
|
|
|
2016-11-15 17:53:12 +01:00
|
|
|
<header>
|
|
|
|
|
{% block header %}{% endblock %}
|
|
|
|
|
</header>
|
|
|
|
|
<main>
|
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
|
</main>
|
|
|
|
|
<footer>
|
|
|
|
|
{% block footer %}{% endblock %}
|
|
|
|
|
</footer>
|
|
|
|
|
|
2016-12-10 14:43:28 +01:00
|
|
|
{% block javascripts %}
|
2016-12-18 19:51:41 +01:00
|
|
|
{% javascripts filter='?uglifyjs2'
|
|
|
|
|
'@JotunheimrAdminBundle/Resources/public/js/vendor/plugins/jQuery/jquery-3.0.0.min.js'
|
|
|
|
|
'@JotunheimrAdminBundle/Resources/public/js/vendor/plugins/jQuery/jquery-migrate-3.0.0.min.js'
|
|
|
|
|
'@JotunheimrAdminBundle/Resources/public/js/vendor/bootstrap/js/bootstrap.min.js' %}
|
|
|
|
|
<script type="text/javascript" src="{{ asset_url }}"></script>
|
|
|
|
|
{% endjavascripts %}
|
|
|
|
|
|
2016-12-14 15:50:48 +01:00
|
|
|
{% include '@MineSeeker/Recent/facebook.html.twig' %}
|
2016-12-10 14:43:28 +01:00
|
|
|
{% endblock %}
|
2016-09-23 22:57:35 +02:00
|
|
|
</body>
|
2016-09-22 13:56:57 +02:00
|
|
|
</html>
|