You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
Twig
34 lines
1.0 KiB
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% block content %}
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h1>Security at it's worst</h1>
|
|
<p>
|
|
Welcome to Zer.ooo, an VPN made by someone who is trying to hard.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h2>Unreliable</h2>
|
|
<p>
|
|
Zer.ooo was originally built for stability, but we got time for that, I'm a busy man. don't judge me.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Incompetent</h2>
|
|
<p>
|
|
This may be down, for like 3 days, before it goes up again. do you really think I care?
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Evasive</h2>
|
|
<p>
|
|
Oh and when it went down, and you ask for an explanation, but you won't get one all under the name of "privacy", for real. what's wrong with this guy?
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |