nifty-wallet/app/404.html

28 lines
443 B
HTML
Raw Normal View History

2018-05-04 04:57:19 -07:00
<html>
<head>
2018-05-24 09:08:02 -07:00
<title>MetaMask</title>
2018-05-04 04:57:19 -07:00
<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>