Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Under Construction</title>
- <style>
- body {
- margin: 0;
- padding: 0;
- background: url('back.jpg') no-repeat center center fixed;
- background-size: cover;
- font-family: Arial, sans-serif;
- color: #fff;
- text-align: center;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- height: 33.33vh; /* Set height to 1/3 of the viewport height */
- }
- .container {
- margin-top: auto;
- }
- h1, p, a {
- font-size: 18px;
- text-shadow: 2px 2px 4px #000; /* Dark glow effect */
- }
- h1 {
- font-size: 36px;
- }
- a {
- text-decoration: none;
- color: #ffA500; /* Orange color for links */
- }
- </style>
- </head>
- <body>
- <div class="container">
- <h1>Under Construction</h1>
- <p>The new website for <strong>stanescu.uk</strong> is coming soon!</p>
- <p>Powered by <a href="https://fabrica.re" target="_blank">fabrica.re</a></p>
- <p>Access File Storage at <a href="https://files.stanescu.uk" target="_blank">files.stanescu.uk</a></p>
- <p>Access Webmail at <a href="https://webmail.stanescu.uk" target="_blank">webmail.stanescu.uk</a></p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment