23 lines
427 B
HTML
23 lines
427 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="container" role="main">
|
|
|
|
<script>
|
|
if (window.location == 'http://localhost:4000/#vpn-test') {
|
|
window.location = 'http://localhost:4000/donate.html';
|
|
}
|
|
</script>
|
|
|
|
{% include sections/header.html %}
|
|
|
|
{% include sections/quotes.html %}
|
|
|
|
{% include sections/privacy-resources.html %}
|
|
|
|
{% include sections/participate.html %}
|
|
|
|
{% include sections/footer.html %}
|
|
|
|
</div>
|