cpred/offline.html
Florian fae93a92de
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m57s
Implement PWA features: add service worker, manifest, and offline page; enhance footer and header navigation
2025-03-18 21:51:15 +01:00

13 lines
236 B
HTML

---
title: Currently Offline
permalink: /offline.html
layout: page
---
<div class="container">
<h1>404</h1>
<p><strong>Du bist zur Zeit offline!</strong></p>
<p>Sobald du wieder online bist wird diese Seite gecached.</p>
</div>