<!DOCTYPE html>
<html>
<head>
<title>PowerScale</title>
<meta charset="UTF-8">
<style>
body{
font-family: Arial, sans-serif;
background:#0f0f12;
color:white;
text-align:center;
margin-top:120px;
}
h1{
font-size:48px;
margin-bottom:10px;
}
p{
font-size:18px;
color:#ccc;
}
</style>
</head>
<body>
<h1>PowerScale</h1>
<p>Rank anime. Compare characters. Build your ultimate lists.</p>
<p>Coming soon on iOS.</p>
</body>
</html>