blob: 2fbf1e31140bc2f2365785675550e89eab394745 (
plain) (
tree)
|
|
<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>
|