-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstructions.html
More file actions
22 lines (22 loc) · 1.03 KB
/
instructions.html
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/buttons.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:400,700" rel="stylesheet">
</head>
<body>
<h1>Ботать матстат</h1><hr>
<div class="container" id="choose" style="max-width: 50%; display: block;"></div><hr>
<div class="center" style="margin-top: 3%; margin-bottom: 3%;">Зеленые наборы - проверенные.
<hr>Красные наборы - непроверенные (мб ошибки)
<hr>Если никакой набор не загружается, то попробуйте зайти через браузер Firefox или Chrome.
</div>
<hr>
<div class="container">
<button class="button" onclick="location.href=`index.html?theme=${theme}`;" style="margin-top: 3%;">Вернуться на главную страницу</button>
</div>
<script src="scripts/themes.js"></script>
<script src="scripts/choose_questions.js"></script>
</body>
</html>