aboutsummaryrefslogtreecommitdiffstats
path: root/app/loading.html
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-05-31 05:06:37 +0800
committerGitHub <noreply@github.com>2019-05-31 05:06:37 +0800
commitd83770354636b8c4d933903d1e19bc9733f15a4c (patch)
treeea92ef1971ffaa72c29bf16904906bc1841654c7 /app/loading.html
parent681f3f67b89b64fc837df1103198b641c7e7b2d6 (diff)
parent9a658ee53d1f75ce07c33581ac1189fa8c4fd173 (diff)
downloadtangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar.gz
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar.bz2
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar.lz
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar.xz
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.tar.zst
tangerine-wallet-browser-d83770354636b8c4d933903d1e19bc9733f15a4c.zip
Merge pull request #6402 from pldespaigne/issue#5742_update_ens_resolver_to_eip_1577
✔️ Issue #5742 update ens resolver to eip 1577
Diffstat (limited to 'app/loading.html')
-rw-r--r--app/loading.html13
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>