-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
56 lines (45 loc) · 2.56 KB
/
popup.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8" />
<title>rtbf.ir</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="popup.css" />
</head>
<body style=" margin: 0; padding: 0; height: 100%; font-family: dana, serif;">
<h1 class="plugin-title">وضعیت حق فراموش شدن <span class="service-name"></span></h1>
<button id="closeButton" class="close-button">x بستن</button>
<div class="popup-container">
<div class="difficulty-container">
<div class="difficulty-box">
<p class="difficulty-text"></p>
<a href="#" target="_blank" class="btn btn-danger remove-button" role="button">
<span>حذف حساب کاربری</span>
<span class="fa fa-1x fa-trash"></span>
</a>
</div>
<small class="difficulty-info"></small>
<a href="https://github.com/rtbf-ir/rtbf.ir/issues/new?assignees=amirshnll%2C+Matin-B&labels=clarify&template=clarify.md&title="
target="_blank" class="text-warning correction-link" title="اطلاعات این بخش اشتباه است قصد اصلاح دارم">
<small>تصحیح</small>
<i class="fas fa-1x fa-bolt"></i>
</a>
</div>
<div class="not-supported-container">
<p class="not-supported-text">اطلاعاتی از وبسایت مورد نظر ندارد. می توانید درخواست خود را ایجاد کنید.</p>
<a href="https://github.com/rtbf-ir/rtbf.ir/issues/new?assignees=amirshnll%2C+Matin-B&labels=new+website%2Fservice&template=new-service.md&title=new+website%2Fservice"
class="text-warning not-supported-link" target="_blank" title="اطلاعات این بخش ناقص است قصد اصلاح دارم">
<small>درخواست بررسی</small>
<i class="fas fa-1x fa-concierge-bell"></i>
</a>
</div>
<div class="spinner-container">
<i class="fas fa-circle-notch fa-spin"></i>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>