diff options
| -rw-r--r-- | templates/template.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/templates/template.html b/templates/template.html index d72cd0f..d2f1382 100644 --- a/templates/template.html +++ b/templates/template.html @@ -1,6 +1,7 @@  <!doctype html>  <html>      <head> +        <meta name="abuseipdb-verification" content="3IuG6dik" />          <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}">          <link rel="shortcut icon" href="/img/greenboi.jpg?h=16&w=16">          <title>eda.gay :: {{title}}</title> @@ -69,4 +70,4 @@              </footer>          </div>      </body> -</html>
\ No newline at end of file +</html> | 
