<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Landing Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: system-ui, sans-serif;
max-width: 720px;
margin: 80px auto;
padding: 0 24px;
line-height: 1.5;
}
.box {
border: 1px solid #ddd;
border-radius: 16px;
padding: 32px;
}
</style>
</head>
<body>
<div class="box">
<h1>Landing page test</h1>
<p>This static page is served from UpCloud Object Storage.</p>
<p>No login yet. No Jellyfin. No game server. Just a domain test.</p>
</div>
</body>
</html>