Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
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.

offline.html 546B

12345678910111213141516
  1. {% extends "base_2017.html" %}
  2. {% block lang %}en{% endblock lang %}
  3. {% block title %}Offline{% endblock %}
  4. {% block extra_head %}
  5. <!-- Canonical URL for SEO purposes -->
  6. <link rel="canonical" href="https://larlet.fr/david/offline/">
  7. {% endblock %}
  8. {% block content %}
  9. <h1>Offline</h1>
  10. <article>
  11. <h2>Are you offline?</h2>
  12. <p>If no, email me please :p</p>
  13. <p>There is a rather high probability I messed up with Service Workers</p>
  14. <p>In case of doubt try to refresh that page, but still email me!</p>
  15. </article>
  16. {% endblock content %}