13 lines
271 B
HTML
13 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Offline</title>
|
|
<style>body { font-family: sans-serif; padding: 2rem; }</style>
|
|
</head>
|
|
<body>
|
|
<h1>📴 Du bist offline</h1>
|
|
<p>Diese Seite wurde aus dem Cache geladen.</p>
|
|
</body>
|
|
</html>
|