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