Tekelbastıöldü

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DUYURU</title>
    <style>
        body { background: black; color: red; font-family: sans-serif; font-weight: bold; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
        h1 { font-size: 12vw; text-align: center; text-transform: uppercase; }
    </style>
</head>
<body>
    <h1>tekelbastıöldü</h1>
</body>
</html>