commit b18dd8ee5037a896ea0d020c2721ec40a1b99e24 Author: Antonela hola@antonela.me Date: Fri Jun 19 10:06:43 2020 -0300
privchat - update content --- templates/privchat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/privchat.html b/templates/privchat.html index dba9fbb1..ada3db85 100644 --- a/templates/privchat.html +++ b/templates/privchat.html @@ -1,7 +1,7 @@
<div class="container" style="background:url({{ '/static/images/privchat/pattern.png' }}) no-repeat center; background-size: contain;"> <div class="w-50 text-center mx-auto"> - <img class="img-fluid p-3" height="auto" src="{{ '/static/images/privchat/privchat.svg' }}" /> <h1 class="display-2 text-primary">Privchat</h1> + <img class="img-fluid p-3" height="auto" src="{{ '/static/images/privchat/privchat.svg' }}" /> <h1 class="display-2 text-primary">PrivChat</h1> <p class="text-primary p-3"> a conversation about tech, human rights, <br/>and internet freedom brought to you by the Tor Project</p> </div> </div>