ii-agent-ekspress-testirovan/index.html

19 lines
774 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Экспресс‑тест по ОТ</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body class="bg-gray-50 text-gray-800">
<div class="max-w-2xl mx-auto p-4">
<h1 class="text-3xl font-bold text-center mb-4">Экспресс‑тест по технике безопасности</h1>
<p class="text-center text-gray-600 mb-6">Ответьте на 20 вопросов. В конце будет показан ваш результат.</p>
<div id="app" class="space-y-6"></div>
</div>
<script src="script.js"></script>
</body>
</html>