maintenance.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. <title>Tutela</title>
  8. <!-- Stylesheets
  9. ================================================== -->
  10. <!-- Bootstrap core CSS -->
  11. <link rel="stylesheet" href="/static/css/bootstrap.min.css">
  12. <!-- Custom styles for this template -->
  13. <link rel="stylesheet" type="text/css" href="/static/css/index.css">
  14. <link rel="stylesheet" type="text/css" href="/static/css/fonts.css">
  15. <link rel="stylesheet" type="text/css" href="/static/css/cluster.css">
  16. <link rel="stylesheet" href="//code.jquery.com/ui/1.13.0/themes/base/jquery-ui.css">
  17. <!-- favicon -->
  18. <link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon.png">
  19. <link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon-16x16.png">
  20. <!-- Global site tag (gtag.js) - Google Analytics -->
  21. <script async src="https://www.googletagmanager.com/gtag/js?id=G-0HKGXPMPCH"></script>
  22. <script>
  23. window.dataLayer = window.dataLayer || [];
  24. function gtag() { dataLayer.push(arguments); }
  25. gtag('js', new Date());
  26. gtag('config', 'G-0HKGXPMPCH');
  27. </script>
  28. </head>
  29. <body>
  30. <header class="container">
  31. <a class="header-logo" href="https://tornado.cash/"><img width="50" src="/static/img/tornado_logo.svg"
  32. alt="logo"></a>
  33. <div class="nav">
  34. <a class="nav-link" href="/">home</a>
  35. <a class="nav-link" href="#"><strong>cluster</strong></a>
  36. <a class="nav-link" href="/#about">about</a>
  37. <a class="nav-link" href="/#reveals">reveals</a>
  38. </div>
  39. </header>
  40. <div class="container " style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; height: 80vh;">
  41. <img width="300px" src="/static/img/wet-floor.png" />
  42. <h3 class="text-white text-center" style="max-width: 500px;">
  43. Please come back another time; this page is under maintenance!
  44. </h3>
  45. </div>
  46. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
  47. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  48. <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
  49. <script src="/static/js/bootstrap.min.js"></script>
  50. <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
  51. </body>
  52. </html>