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.
2018-10-23 18:10:38 +02:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
2018-10-25 21:52:07 +02:00
|
|
|
<div class="container" role="main">
|
2018-10-23 18:10:38 +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>
|
2018-10-23 18:10:38 +02:00
|
|
|
|
2019-03-31 23:00:26 -05:00
|
|
|
{% include sections/header.html %}
|
2018-10-27 18:43:13 +02:00
|
|
|
|
2019-01-20 20:39:53 +01:00
|
|
|
{% include sections/quotes.html %}
|
2018-10-27 18:43:13 +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 %}
|
2018-10-27 18:43:13 +02:00
|
|
|
|
2019-01-20 20:45:31 +01:00
|
|
|
{% include sections/participate.html %}
|
2016-05-08 01:11:33 +01:00
|
|
|
|
2019-01-20 21:18:31 +01:00
|
|
|
{% include sections/footer.html %}
|
2016-05-08 01:11:33 +01:00
|
|
|
|
2018-10-27 16:36:04 +02:00
|
|
|
</div>
|