-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhidden_backup.html
More file actions
61 lines (52 loc) · 2.02 KB
/
hidden_backup.html
File metadata and controls
61 lines (52 loc) · 2.02 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hidden Backup</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="css/footer-distributed.css" rel="stylesheet" type="text/css"/>
<link href="css/custom.min.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="row text-center">
<a href="/"><img id="main-logo" src="img/ripple.png"/></a>
<p class="lead">A collection of tools for help you in panic situations.</p>
<a class="btn btn-info" href="https://www.paypal.me/OnPanic">Donate</a>
</div>
</div>
</div>
<div class="container col-lg-offset-3">
<div class="row">
<h3 id="hidden-backups">Hidden Backups</h3>
<p>Your private hidden backup service over Tor with Android client.</p>
<ul>
<li>Server can be run over Raspberry Pi :)</li>
<li>Easy device setup reading a QR</li>
</ul>
<p>Work still in progress but you can take a look to the source code:</p>
<ul>
<li><a href="https://github.com/OnPanic/HiddenBackup-Server">Server source</a></li>
<li><a href="https://github.com/OnPanic/HiddenBackup-Android">Android client source</a></li>
</ul>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Can i contact you?</h3>
<ul>
<li><a href="https://www.facebook.com/OnPanic/">Facebook Page</a></li>
</ul>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90664784-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>