adding net project with addr subproject

This commit is contained in:
brent s
2017-10-05 21:17:04 -04:00
parent 6c2dfce9a7
commit 8aaf23cdac
8 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% 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 %}