-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (71 loc) · 2.52 KB
/
index.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BlockSecureSafe - Your Web Guardian</title>
<link rel="stylesheet" href="./css/animations.css">
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/index_header.css">
<link rel="stylesheet" href="./css/index_buttons.css">
<link rel="stylesheet" href="./css/index_label.css">
<link rel="stylesheet" href="./css/index_button_container.css">
<script src="/js/status_updater.js"></script>
<link rel="stylesheet" href="./css/status_component.css">
<link href='https://unpkg.com/[email protected]/icons/css/menu.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
</head>
<!--Header-->
<header class="header">
<div class="header-left">
<img src="images/icon_big.jpg" alt="Application Icon" class="app-icon">
<h1 class="app-name">Block.Secure.Safe.</h1>
<small class="space">(Beta)klkl </small>
</h1>
<div class="header-right">
<button id="settingsButton" class="button secondary">
<i class="gg-menu"></i>
</button>
</div>
</div>
</header>
<!--Body-->
<body>
<div class="status-container">
<div class="status-row">
<i class="fas fa-shield-alt status-icon"></i>
<span class="status-separator">|</span>
<span class="status-label" id="status-label-id">Side Focused</span> </div>
<div class="status-description">
<p>All safe and sound.</p> </div>
</div>
<div class="container">
<div class="p-action">
<p>No Trackers. Lets Secure and Explore.</p>
</div>
<div class="user-info">
<div class="options">
<input type="checkbox" class="button primary" id="toggleButton2">
<label for="toggleButton2">Toggle
<i class="fas fa-shield-alt"></i> </div>
</label>
</div>
</div>
</div>
<div class="button-container">
<div class="button-panel pause">
<i class="fas fa-pause-circle"></i>
<p>30 Sekunden Pause</p>
</div>
<div class="button-seperator"></div>
<div class="button-panel filter">
<i class="fas fa-filter"></i>
<p>Öffne Filterprotokoll</p>
</div>
<div class="button-panel problem">
<i class="fas fa-exclamation-triangle"></i>
<p>Melde ein Problem</p>
</div>
</div>
<script src="/js/popup.js" nonce="random-nonce"></script>
</body>
</html>