Files
web-development/zoesch.de/404.html
Felix Zösch 07c290a453 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>
2025-12-13 01:17:15 +01:00

27 lines
1.0 KiB
HTML

<!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>