-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
32 lines (29 loc) · 1.14 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cs.pikabu.ru/apps/ub/5.1.208/desktop/app.mo.css">
</head>
<body>
<div class="sidebar-block sidebar-block_border sidebar-block__content menu menu_vertical">
<div class="sidebar-block__content">
<details>
<summary>
Return Pikabu Minus
</summary>
<label for="rating">Минимальный рейтинг:</label>
<input type="number" id="min-rating" name="rating" value="0"
step="10" class="input input_editor profile-block input__box settings-main__label"
min="-100" max="300"/>
<div>
<input type="checkbox" name="show-story-rating" id="show-story-rating"/>
<label for="show-story-rating">Показывать рейтинг у постов</label>
</div>
<p class="profile-info__hint"><a href="https://t.me/return_pikabu">Телеграм-канал скрипта</a></p>
</details>
</div>
</div>
</body>
</html>