This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
privacytools.io/index.html
T

25 lines
473 B
HTML
Raw Normal View History

2018-10-23 18:10:38 +02:00
---
layout: default
---
2018-10-25 21:52:07 +02:00
<div class="container" role="main">
2015-07-08 14:39:48 +02:00
2019-03-31 23:00:26 -05:00
<script>
if (window.location == 'http://localhost:4000/#vpn-test') {
window.location = 'http://localhost:4000/donate.html';
}
</script>
2019-01-18 17:55:52 +01:00
{% include sections/header.html %}
2016-02-04 21:16:01 +08:00
2019-01-20 20:39:53 +01:00
{% include sections/quotes.html %}
2018-10-23 18:10:38 +02:00
2019-03-31 23:23:30 -05:00
{% include sections/warrant-canary.html %}
2019-01-20 20:41:39 +01:00
{% include sections/privacy-resources.html %}
2015-07-08 14:30:48 +02:00
2019-01-20 20:45:31 +01:00
{% include sections/participate.html %}
2018-03-30 16:08:53 -04:00
2019-01-20 21:18:31 +01:00
{% include sections/footer.html %}
2015-07-13 21:43:52 -04:00
</div>