<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Aktuerk Brothers</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<main class="website">
<section class="hero">
<h1>Neue Webseite</h1>
<p>Wir bauen gerade.</p>
</section>
</main>
</body>
</html>
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Aktuerk Brothers</title>
</head>
body {
margin: 0;
background: var(--light);
color: var(--dark);
}
.hero {
min-height: 100vh;
display: grid;
place-items: center;
}
.notice {
border-radius: 8px;
animation: floatNotice;
}
@keyframes loading {
to { transform: translateX(100%); }
}
body {
background: var(--light);
}
const website = {
brand: "Aktuerk Brothers",
status: "maintenance",
https: true,
responsive: true
};
robot.openEditor();
robot.writeCode();
robot.previewPage();
website.sections.push("hero");
website.sections.push("contact");
deploy.prepare(website);
await nginx.test();
await deploy.reload();
console.log("coming soon");
const website = {
status: "maintenance"
};
<header class="topbar">
<a class="brand" href="/">
<span>AB</span>
Aktuerk Brothers
</a>
</header>
<section class="maintenance">
<div class="robot"></div>
<h1>Wird erstellt</h1>
<p>Bitte spaeter besuchen.</p>
</section>
<footer>2026</footer>
<header class="topbar">
<section class="maintenance">
<div class="robot"></div>
</section>
function buildLandingPage() {
const html = createMarkup();
const css = createStyles();
const robot = animateRobot();
return publish(html, css, robot);
}
function animateRobot() {
return "writing code";
}
buildLandingPage();
optimizeImages();
checkMobile();
verifySSL();
function buildLandingPage() {
return publish();
}
git add /var/www/webapp/index.html
nginx -t
syntax is ok
configuration test is successful
systemctl reload nginx
curl -I https://aktuerk-brothers.de
HTTP/1.1 200 OK
ssl_certificate loaded
maintenance.active = true
visitor.message = "spaeter"
robot.status = "coding"
deploy.status = "working"
git add /var/www/webapp/index.html
nginx -t
HTTP/1.1 200 OK
!
Wartungsmodus aktiv
Webseite in Arbeit
Diese Seite wird gerade erstellt
Bitte besuchen Sie uns später erneut. Wir bereiten aktuell unseren neuen Online-Auftritt vor.
Bald wieder verfügbar