mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 01:16:38 +00:00
14 lines
502 B
HTML
14 lines
502 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 %}
|