16 lines
338 B
HTML
16 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Contracts App</title>
|
|
<style>
|
|
body { font-family: sans-serif; max-width: 600px; margin: 100px auto; text-align: center; }
|
|
h1 { color: #333; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Contracts App 🚀</h1>
|
|
<p>Сервис работает.</p>
|
|
</body>
|
|
</html>
|