server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
513 B

2 years ago
  1. {% extends "base.html" %}
  2. {% block title %}Submit{%endblock%}
  3. {% block content %}
  4. <div id="back_home_container">
  5. <div id="contents_container">
  6. <h1>We've received your message. <br> We'll get in touch soon :)</h1>
  7. <a href="/contact">
  8. <svg class="arrow" stroke="#000" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"></path></svg>
  9. </a>
  10. <a href="/">Back home</a>
  11. </div>
  12. </div>
  13. {% endblock %}