<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
body {
padding: 0;
margin: 0;
background-color: #348ef7;
}
.ldys {
width: 194px;
height: 72px;
}
.ldy {
position: relative;
z-index: 999999999;
width: 100vw;
height: 100vh;
background-color: #348ef7;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ldyf {
width: auto;
height: 427.7px;
margin-bottom: 30px;
}
.ldyt {
height: 248.5px;
width: auto;
margin-top: 30px;
}
</style>
<script>
</script>
<body>
<div class="ldy">
<img class="ldyf" src="./images/ff1.png" alt="">
<a href="/home">
<img class="ldys" src="./images/conf.png" alt="">
</a>
<img class="ldyt" onclick="closeWindow()" src="./images/fff2.png" alt="">
</div>
</body>
</html>