<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GMTA</title>
<style>
html, body {
margin: 0;
height: 100%;
background: #000;
display: flex;
justify-content: center;
align-items: center;
}
h1 {
color: white;
font-size: 64px;
letter-spacing: 10px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<h1>GMTA</h1>
</body>
</html>