-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy pathindex.html
29 lines (23 loc) · 971 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" id="favicon" type="image/x-icon" href="data/favicon.ico">
<meta name="description" content="Secure whistleblowing platform based on GlobaLeaks free and open-source software.">
</head>
<body>
<app-root class="container-fluid d-flex flex-column h-100 px-0"></app-root>
<noscript>
<div class="js-disabled-message">
<h1>Error! :(</h1><br>
<div>
Your browser is not running JavaScript that is required to use this site. <br> <br> It is a common belief that
JavaScript and security don't work well together and for this reason we advise to use the
<a href="https://www.torproject.org/" rel="noreferrer" target="_blank"> Tor Browser </a> , a browser designed
for security and privacy.
</div>
</div>
</noscript>
</body>
</html>