diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-19 21:42:48 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-19 21:42:48 +0000 |
commit | 0ccad16d5de0a9e8a5b651b13c60ef3abdb192c8 (patch) | |
tree | 12a3681927338cdaa5d5a1c1afbaff54f9ae4955 /templates | |
parent | d6703a2c704141afcc6f1c176c4f323c16a8918c (diff) | |
download | eda.gay-0ccad16d5de0a9e8a5b651b13c60ef3abdb192c8.tar.gz eda.gay-0ccad16d5de0a9e8a5b651b13c60ef3abdb192c8.zip |
added verification
Diffstat (limited to 'templates')
-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> |