Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

26
zoesch.de/404.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ZOESCH.ART | ERROR 404</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Oswald|Roboto|Open+Sans|PT+Sans' rel='stylesheet' type='text/css'>
<link href="css/404.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="content">
<h1>ERROR 404</h1>
<h2>Die gewünschte Webseite ist leider nicht mehr verfügbar.</h2>
<a class="btn btn-primary btn-lg back-button" href="http://www.zoesch.net" role="button"><i class="fa fa-arrow-circle-left"></i>Zurück zu zoesch.net</a>
<img src="img/macbook_404.png" class="img-responsive m404">
</div>
</body>
</html>