forked from Shubhanshu-1507/Sourcecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
53 lines (40 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale = 1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="popup-container" >
<div class="popup-title" style="color:yellow;font-family:courier;background-color:black;"><!--font style-->
Phishing detector
</div>
<button id="popup-button">scan</button>
<div>
<img id="myimg" src="https://media.tenor.com/wpSo-8CrXqUAAAAi/loading-loading-forever.gif" style="display:none;" height=40px width=40px>
</div>
<div><div>
<font color="#ff00ff" size="2" > <!--change result font styles -->
<span>
<p id="dmurl"></p>
<p id="myip"></p>
</span></font></div>
<p id="result" style="display:none" ></p>
<font color="ff0000" size="4" >
<center><p id="result1" ></p></center>
</font>
</font>
<font color="green" size="4" >
<center> <p id="result2" ></p></center>
</font>
</div>
<div>
<img id="safe" src="https://icon-library.com/images/protection-shield-icon/protection-shield-icon-2.jpg" style="display:none;" height=50px width=50px>
<img id="alert" src="https://thumbs.dreamstime.com/b/attention-sign-black-background-hazard-warning-icon-yellow-triangle-exclamation-mark-symbol-isolated-traffic-stock-120116169.jpg" style="display:none;" height=50px width=50px>
</div>
</div>
<script src="content2.js"></script>
</body>>
</html>