mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-10 19:16:40 +00:00
19 lines
501 B
HTML
19 lines
501 B
HTML
{% extends "layouts/layout.html" %} {% block content %}
|
|
<!-- Header -->
|
|
<header class="ex-header bg-gray">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xl-10 offset-xl-1">
|
|
<h1 class="green">
|
|
Merci pour votre message. Nous vous recontactons dès que possible.
|
|
</h1>
|
|
</div>
|
|
<!-- end of col -->
|
|
</div>
|
|
<!-- end of row -->
|
|
</div>
|
|
<!-- end of container -->
|
|
</header>
|
|
<!-- end of ex-header -->
|
|
<!-- end of header -->
|
|
{% endblock %}
|