<!DOCTYPE html>
<html>
<head>
<title>Exnie.com</title>
<style>
body {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
display: flex;
align-content: center;
justify-content: center;
position: relative;
overflow: hidden;
}
img {
width: 500px;
object-fit: contain;
position: relative;
display: block;
}
</style>
</head>
<body>
<img src="https://exnie.com/assets/logo/Exnie-logo-01.svg" alt="Exnie" />
</body>
</html>