-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresults.html
More file actions
23 lines (23 loc) · 957 Bytes
/
results.html
File metadata and controls
23 lines (23 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
<h2 style="text-align:center;">Ваш результат:</h2>
<div class="center" id="result-label">
</div><hr>
<div class="center">Если вы обнаружили ошибки, сообщайте <a href="https://github.com/botatmatstat/botatmatstat.github.io/issues">сюда </a> или автору.
</div>
<hr>
<h2 style="text-align:center;">Опции:</h2>
<div class="container">
<button class="button" onclick="location.href=`index.html?theme=${theme}`;" style="margin-top: 15%;">Вернуться на главную страницу</button>
</div>
<script src="scripts/themes.js"></script>
<script src="scripts/results.js"></script>
</body>
</html>