<!DOCTYPE html>
+<html lang="en">
<head>
<title>fedi-block-api - {% block title %}{% endblock %}</title>
+
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+
<link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="{{base_url}}/rss" />
{% block rss %}{% endblock %}
+
<link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}" media="all" />
</head>
<div id="footer">
{% block footer %}
- source code:
+ Source code:
<a href="https://git.mxchange.org/?p=fba.git;a=summary" rel="source" target="_blank">git.mxchange.org</a><br /><br />
{% if info %}
{{info.slogan}}
{% elif slogan %}
{{slogan}}
{% else %}
- NO SLOGAN WAS FOUND!!!
+ <b>No slogan was found!</b>
{% endif %}
{% endblock %}
</div>
{% block footer %}
{% if mode == 'error_code' %}
<div class="notice">
- <h3>Error codes:</h2>
+ <h3>Error codes:</h3>
<ul>
<li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
</ul>
</div>
{% elif mode == 'detection_mode' %}
<div class="notice">
- <h3>Detection modes:</h2>
+ <h3>Detection modes:</h3>
<div>
Detection is done in following order:
</div>
</div>
{% elif mode == 'obfuscation' %}
<div class="notice">
- <h3>Obfuscation status:</h2>
+ <h3>Obfuscation status:</h3>
<ul>
<li>Only supported networks are counted here.</li>
<li><b>None</b> means not determined yet or erroneous.</li>