<!DOCTYPE html>
<html>
<head>
<title>The Creator — V2</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
font-family:system-ui;
background:black;
color:white;
display:flex;
align-items:center;
justify-content:center;
height:100vh;
margin:0;
}
</style>
</head>
<body>
<h1>thecreator.fun — V2 foundation</h1>
</body>
</html>