-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
48 lines (45 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./popup.css" rel="stylesheet" />
<title>Surf Guard</title>
</head>
<body style="background-color: #1b1b23;">
<div>
<div class="home-container">
<div class="home-container1">
<div class="home-container2">
<img
src="/SurfGuardLogo.png"
alt="image"
class="home-image"
/>
</div>
<div class="home-container3">
<span class="home-text">SURFGUARD</span>
</div>
</div>
<div class="home-container4">
<span class="home-text1" id="status">Analyzing...</span>
</div>
<div class="home-container7">
<a href="mailto:[email protected]?subject=SurfGuard - Report Error &body=Please describe the error you faced here. Attach screenshots where necessary. Thank you for your feedback!" target="_blank" class="home-link">Report Error!</a>
</div>
<div class="home-container5">
<img
src="/analyzing.png"
alt="Status Image"
class="home-image1"
id = "status_image"
/>
</div>
<div class="home-container6">
</div>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>