2019-10-27 13:35:33 +01:00
|
|
|
{% extends 'Game/index.html.twig' %}
|
|
|
|
|
|
|
|
|
|
{% block title %} - Contact{% endblock %}
|
|
|
|
|
|
2026-04-14 18:54:44 +02:00
|
|
|
{% block metas %}
|
|
|
|
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
|
|
|
|
<meta property="og:url" content="{{ url('MineSeekerBundle_contact') }}"/>
|
|
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
|
<meta property="og:site_name" content="MineSeeker"/>
|
|
|
|
|
<meta property="og:title" content="Contact · MineSeeker"/>
|
|
|
|
|
<meta property="og:description" content="Get in touch with the MineSeeker team."/>
|
|
|
|
|
<meta property="og:image" content="{{ _ogImage }}"/>
|
|
|
|
|
<meta property="og:image:width" content="1600"/>
|
|
|
|
|
<meta property="og:image:height" content="627"/>
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
|
|
|
<meta name="twitter:title" content="Contact · MineSeeker"/>
|
|
|
|
|
<meta name="twitter:description" content="Get in touch with the MineSeeker team."/>
|
|
|
|
|
<meta name="twitter:image" content="{{ _ogImage }}"/>
|
|
|
|
|
{% endblock %}
|
2019-10-27 13:35:33 +01:00
|
|
|
|
2026-04-14 18:54:44 +02:00
|
|
|
{% block body %}
|
|
|
|
|
<div class="txt">
|
|
|
|
|
<h2>Contact and user support</h2>
|
|
|
|
|
<h3>Under construction</h3>
|
|
|
|
|
<a href="mailto:langlasz@gmail.com">langlasz@gmail.com</a>
|
|
|
|
|
</div>
|
2019-10-27 13:35:33 +01:00
|
|
|
{% endblock %}
|