8 lines
302 B
HTML
8 lines
302 B
HTML
|
{% extends "base.html" %} {% block title %}r00t^2 Client Info Revealer{% endblock %}{% block body %}
|
||
|
<div class="jumbotron">
|
||
|
<h1>What this is</h1>
|
||
|
<p class="lead">This is a tool to reveal certain information about your connection that the server sees.</p>
|
||
|
</div>
|
||
|
<p>PLACEHOLDER.</p>
|
||
|
{% endblock %}
|