1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Tutela</title>
- <!-- Stylesheets
- ================================================== -->
- <!-- Bootstrap core CSS -->
- <link rel="stylesheet" href="/static/css/bootstrap.min.css">
- <!-- Custom styles for this template -->
- <link rel="stylesheet" type="text/css" href="/static/css/index.css">
- <link rel="stylesheet" type="text/css" href="/static/css/fonts.css">
- <link rel="stylesheet" type="text/css" href="/static/css/cluster.css">
- <link rel="stylesheet" href="//code.jquery.com/ui/1.13.0/themes/base/jquery-ui.css">
- <!-- favicon -->
- <link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon-16x16.png">
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-0HKGXPMPCH"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag() { dataLayer.push(arguments); }
- gtag('js', new Date());
- gtag('config', 'G-0HKGXPMPCH');
- </script>
- </head>
- <body>
- <header class="container">
- <a class="header-logo" href="https://tornado.cash/"><img width="50" src="/static/img/tornado_logo.svg"
- alt="logo"></a>
- <div class="nav">
- <a class="nav-link" href="/">home</a>
- <a class="nav-link" href="#"><strong>cluster</strong></a>
- <a class="nav-link" href="/#about">about</a>
- <a class="nav-link" href="/#reveals">reveals</a>
- </div>
- </header>
- <div class="container " style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; height: 80vh;">
- <img width="300px" src="/static/img/wet-floor.png" />
- <h3 class="text-white text-center" style="max-width: 500px;">
- Please come back another time; this page is under maintenance!
- </h3>
- </div>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
- <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
- <script src="/static/js/bootstrap.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
- </body>
- </html>
|