-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
22 lines (22 loc) · 871 Bytes
/
popup.html
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 dir="rtl">
<head>
<meta charset="UTF-8">
<title>MotmaenBash</title>
<script src="assets/js/popup.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/popup.css">
</head>
<body>
<div class="page">
<img src="assets/images/icon_128.png" id="status_icon" />
<br>
<div id="status_title" class="status_title_ok"></div>
<hr>
<a href="https://motmaenbash.milad.nu/help/phishing" target="_blank" class="button-link">آشنایی با فیشینگ</a>
<a href="https://milad.nu/page/donate" target="_blank" class="button-link">حمایت مالی</a>
<hr>
</div>
<div class="footer-box right">هدیهای به تمام ایرانیان</div>
<div class="footer-box left"><a href="https://milad.nu" target="_blank">https://milad.nu</a></div>
</body>
</html>