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/404.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/404.html')
-rw-r--r-- | app/404.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/app/404.html b/app/404.html deleted file mode 100644 index 8a6df9d7a..000000000 --- a/app/404.html +++ /dev/null @@ -1,52 +0,0 @@ -<html> -<head> - <title>MetaMask</title> - <style> - *{ - padding: 0; - margin: 0; - box-sizing: border-box; - } - img{ - display: block; - } - html, body{ - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100%; - } - .app{ - position: relative; - width: 100%; - height: auto; - overflow: hidden; - } - img{ - display: block; - width: 100%; - height: auto; - } - h2{ - display: block; - width: 100%; - overflow: hidden; - position: absolute; - bottom: 20%; - left: 0; - color: #1b243d; - text-align: center; - } - h2 > a{ - color: #1b243d; - } - </style> -</head> -<body> - <div class="app"> - <img src="./images/404.png" alt=""> - <h2>Powered by <a href="https://www.portal.network/">Portal Network</a></h2> - </div> -</body> -</html> |