<!DOCTYPE html>
<html>
<head>
    <title>Gateway NPLF</title>
    <meta charset="utf-8">
    <style>
        body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; }
        .message { color: #333; font-size: 18px; }
    </style>
</head>
<body>
    <h1>Gateway NPLF</h1>
    <p class="message">Укажите путь к базе 1С!</p>
    <p>Используйте формат: <code>/pub1c/&lt;имя_базы&gt;/</code></p>
</body>
</html>