<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>liminal resonator chamber</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body {
background-color: black;
margin: 0;
display: flex;
justify-content: center; /* Centers horizontally */
align-items: center; /* Centers vertically */
min-height: 100vh; /* Makes the body the full height of the screen */
overflow: hidden; /* Prevents scrollbars if image is large */
}
img {
max-width: 90vw; /* Keeps image from being wider than screen */
max-height: 90vh; /* Keeps image from being taller than screen */
border: 1px solid #333; /* Optional subtle border */
}
</style>
</head>
<body>
<a href="">
<img src="https://11deb21.netsolhost.com/img/index.jpeg" alt="series: 000">
</a>
</body>
</html>