index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  8. <link type="text/css" rel="stylesheet" href="css/all.min.css">
  9. <link type="text/css" rel="stylesheet" href="css/animate.css">
  10. <link type="text/css" rel="stylesheet" href="css/style.css">
  11. <title>Coming Soon</title>
  12. </head>
  13. <body>
  14. <div class="container text-center">
  15. <div class="row">
  16. <div class="col">
  17. <div class="animated fadeIn">
  18. <i class="fas fa-hard-hat icon-large warning"></i>
  19. </div>
  20. <h1 class="animated fadeIn">We're working on it!</h1>
  21. <div class="description-text animated fadeIn delay-1s">
  22. <p>This site is currently under construction.</p>
  23. <p>Please check back soon.</p>
  24. <section class="footer"><strong>Domain:</strong> %domain%</section>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <script src="js/bootstrap.min.js"></script>
  30. </body>
  31. </html>