<div class="uuc-holdingpage"><!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Schwurbelbusters</title> <link rel="stylesheet" href="https://schwurbelbusters.de/wp-content/themes/schwurbelbusters/css/theme.min.css"> <style> html { width: 100%; height: 100%; background-color: #000000; color: #fff; font-style: normal; } .the-box { max-width: 1000px; margin: 0 auto; } img { margin-bottom: 20px; padding: 40px; } .the-title { padding: 5px; font-size: 3rem; text-align: center; text-transform: uppercase; line-height: 1; } </style> </head> <body> <div class="the-box"> <div class="the-title"><img src="https://schwurbelbusters.de/wp-content/uploads/logo.svg"/><br/>Hier entsteht zur Zeit eine neue Internet­seite.</div> </div> </body> </html> </div>