Datenschutz und Impressum hinzugefügt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
This commit is contained in:
@@ -1,33 +1,24 @@
|
||||
---
|
||||
import '../styles/global.css'
|
||||
import MainLayout from "../layouts/MainLayout.astro";
|
||||
---
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Engineering | Under Construction</title>
|
||||
</head>
|
||||
<body class="bg-gray-900 text-gray-200 h-screen flex flex-col items-center justify-center p-6 text-center font-mono">
|
||||
|
||||
<div class="max-w-3xl">
|
||||
<h1 class="text-4xl md:text-6xl font-bold mb-6 text-blue-400">
|
||||
Error 404: Motivation Not Found
|
||||
</h1>
|
||||
|
||||
<p class="text-lg md:text-2xl text-gray-400 mb-8 leading-relaxed">
|
||||
Das theoretische Konzept für diese Website ist absolut fehlerfrei und auf dem Papier bereits ein Meisterwerk. <br />
|
||||
<span class="text-gray-500 text-sm mt-4 block">
|
||||
// Status: Warte auf die praktische Umsetzung (voraussichtliche Dauer: NaN)
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<div class="flex justify-center space-x-2 mt-8">
|
||||
<div class="w-3 h-3 bg-blue-500 rounded-full animate-bounce" style="animation-delay: 0s"></div>
|
||||
<div class="w-3 h-3 bg-blue-500 rounded-full animate-bounce" style="animation-delay: 0.2s"></div>
|
||||
<div class="w-3 h-3 bg-blue-500 rounded-full animate-bounce" style="animation-delay: 0.4s"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<MainLayout title="Home | iten.pro">
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<div class="width-md">
|
||||
<h1 class="text-4xl font-bold text-center mb-4">Error 404: Motivation Not Found</h1>
|
||||
<p class="font-md text-lg">
|
||||
Das theoretische Konzept für diese Website ist absolut
|
||||
fehlerfrei und auf dem Papier bereits ein Meisterwerk. Leider
|
||||
hat die Umsetzung in der Praxis einige unerwartete
|
||||
Herausforderungen mit sich gebracht, die zu diesem bedauerlichen
|
||||
Ergebnis geführt haben. Es scheint, als ob die Motivation, die
|
||||
für die Entwicklung dieser Seite erforderlich ist, auf
|
||||
mysteriöse Weise verschwunden ist. Trotz aller Bemühungen, sie
|
||||
wiederzufinden, bleibt sie unauffindbar. Wir entschuldigen uns
|
||||
aufrichtig für diese Unannehmlichkeit und hoffen, dass wir in
|
||||
Zukunft eine Lösung finden können, um die Motivation
|
||||
zurückzubringen und diese Website zum Leben zu erwecken.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</MainLayout>
|
||||
|
||||
Reference in New Issue
Block a user