You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.2 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- <link rel="stylesheet" href="https://unpkg.com/awsm.css/dist/awsm.min.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.9.0"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<!-- <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> -->
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
<script src="main.js"></script>
<style>
label {
margin-right: 10px
/* interval after answer option */
}
footer {
text-align: center;
}
</style>
<title>Тестирование</title>
</head>
<body>
<header id="header">
<h1>Тестирование</h1>
<p id="host-ip">Тест работает по адресу</p>
<p>Получите тест</p>
</header>
<main id="main">
<p>Найдите себя и нажмите получить тест:</p>
<p>
<select id="students-selector">
<option value="" disabled selected>ФИО</option>
</select>
<button id="get-quiz" disabled>Получить тест</button>
</p>
<button id="end-quiz">Завершить тест для всех 😇</button>
<br>
<form>
<button formaction="/check_questions">Проверить вопросы 🧐</button>
</form>
<p>
<button onclick="window.location.href='settings.html'">⚙️ Настройки теста</button>
</p>
<p>
<button onclick = "window.location.href = 'monitor.html'">Монитор</button>
</p>
</main>
<hr>
<footer>
<kbd>кафедра картографии и геоинформатики c 💖 для 👩‍🎓</kbd>
</footer>
</body>
</html>