alexfabrica

stanescu.uk

Dec 17th, 2023
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Under Construction</title>
  7. <style>
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. background: url('back.jpg') no-repeat center center fixed;
  12. background-size: cover;
  13. font-family: Arial, sans-serif;
  14. color: #fff;
  15. text-align: center;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: flex-start;
  19. align-items: center;
  20. height: 33.33vh; /* Set height to 1/3 of the viewport height */
  21. }
  22.  
  23. .container {
  24. margin-top: auto;
  25. }
  26.  
  27. h1, p, a {
  28. font-size: 18px;
  29. text-shadow: 2px 2px 4px #000; /* Dark glow effect */
  30. }
  31.  
  32. h1 {
  33. font-size: 36px;
  34. }
  35.  
  36. a {
  37. text-decoration: none;
  38. color: #ffA500; /* Orange color for links */
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <div class="container">
  44. <h1>Under Construction</h1>
  45. <p>The new website for <strong>stanescu.uk</strong> is coming soon!</p>
  46. <p>Powered by <a href="https://fabrica.re" target="_blank">fabrica.re</a></p>
  47. <p>Access File Storage at <a href="https://files.stanescu.uk" target="_blank">files.stanescu.uk</a></p>
  48. <p>Access Webmail at <a href="https://webmail.stanescu.uk" target="_blank">webmail.stanescu.uk</a></p>
  49. </div>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment