aboutsummaryrefslogtreecommitdiffstats
path: root/app/404.html
diff options
context:
space:
mode:
authorMikeCheng1208 <a3804430@hotmail.com>2018-05-04 19:57:19 +0800
committerYung chieh Tsai <x01ep23i@hotmail.com>2018-05-29 12:38:25 +0800
commit695b157e7b511a94a18ada1578ece2e4e838f869 (patch)
tree1a79d3e776330d82f53f8f903e06b90c28ba104e /app/404.html
parent8e672a82e2ba7838370a5332c4775a8399c961b9 (diff)
downloadtangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar.gz
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar.bz2
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar.lz
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar.xz
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.tar.zst
tangerine-wallet-browser-695b157e7b511a94a18ada1578ece2e4e838f869.zip
Intergrate ENS with IPFS
Diffstat (limited to 'app/404.html')
-rw-r--r--app/404.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/404.html b/app/404.html
new file mode 100644
index 000000000..2fbf1e311
--- /dev/null
+++ b/app/404.html
@@ -0,0 +1,28 @@
+<html>
+<head>
+ <title>404</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%;
+ }
+ img{
+ display: block;
+ }
+ </style>
+</head>
+<body>
+ <img src="./images/404.png" alt="">
+</body>
+</html> \ No newline at end of file