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.

37 lines
1019 B

<!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">
<!-- Minified version -->
<link rel="stylesheet" href="simple.css">
<script src="main.js"></script>
<title>Тестирование</title>
</head>
<body>
<header id="header">
<h1>Тестирование</h1>
<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>
</main>
<footer>
<p>Jane Smith's website.</p>
</footer>
</body>
</html>