All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m57s
13 lines
236 B
HTML
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>
|