diff options
author | pldespaigne <pl.despaigne@gmail.com> | 2019-05-05 00:57:19 +0800 |
---|---|---|
committer | pldespaigne <pl.despaigne@gmail.com> | 2019-05-05 00:57:19 +0800 |
commit | 2d58cfc7a0768a5d635a12811ed2632b640eca24 (patch) | |
tree | d9c9d83a3693102d3e6ace0c4ab3d822765147f9 /app/loading.html | |
parent | 987e58d103ad84757d3a96949db96e7edf3c1a54 (diff) | |
download | tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar.gz tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar.bz2 tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar.lz tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar.xz tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.tar.zst tangerine-wallet-browser-2d58cfc7a0768a5d635a12811ed2632b640eca24.zip |
refactor & change html pages
Diffstat (limited to 'app/loading.html')
-rw-r--r-- | app/loading.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app/loading.html b/app/loading.html index 71403a5ac..3b896b718 100644 --- a/app/loading.html +++ b/app/loading.html @@ -11,10 +11,10 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - width: 256px; + text-align: center; } #logo { - width: 100%; + width: 256px; animation: pulse 1s ease-in-out infinite; } @keyframes pulse { @@ -33,13 +33,8 @@ </head> <body> <div id="div-logo"> - <img id="logo" src="./images/loginglogo.svg"> + <img id="logo" src="./images/enslogo.svg"> + <h1 class="center">MetaMask is querying ENS ...</h1> </div> - <script type="text/javascript"> - // redirect to 404 after one minute - setTimeout(() => { - location.href = './404.html' - }, 60000) - </script> </body> </html> |