diff options
author | Yung chieh Tsai <x01ep23i@hotmail.com> | 2018-05-29 19:29:12 +0800 |
---|---|---|
committer | Yung chieh Tsai <x01ep23i@hotmail.com> | 2018-05-29 19:29:12 +0800 |
commit | 384cb126dd3cdf0d1dcf67525d7a390436ec6ea2 (patch) | |
tree | 716362cbd76a32e9bb6d384e4c940d72f7f74dea /app/404.html | |
parent | 829deacb57a23ec8027269c93cdef3f3735d1710 (diff) | |
download | tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar.gz tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar.bz2 tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar.lz tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar.xz tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.tar.zst tangerine-wallet-browser-384cb126dd3cdf0d1dcf67525d7a390436ec6ea2.zip |
Update lib
Diffstat (limited to 'app/404.html')
-rw-r--r-- | app/404.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/app/404.html b/app/404.html index 0dbab69a7..f66723ad6 100644 --- a/app/404.html +++ b/app/404.html @@ -17,12 +17,36 @@ 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> - <img src="./images/404.png" alt=""> + <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>
\ No newline at end of file |