diff --git a/templates/binary_view.html_backup b/templates/binary_view.html_backup deleted file mode 100644 index ee7c713..0000000 --- a/templates/binary_view.html_backup +++ /dev/null @@ -1,110 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Binary file viewer{% endblock %} - -{% block content %} -
Tipo MIME: {{ mime_type }}
- -Scan this code from your mobile device:
- - -MIME Type: {{ mime_type }}
- -MIME Type: {{ mime_type }}
- -- {% if paste.filename and '.' in paste.filename %} - Extension: {{ paste.filename.split('.')[-1] }} | - {% endif %} - MIME Type: {{ paste.content_type }} | - Language: {{ paste.language }} | - Size: - {% if paste.size < 1024 %} - {{ paste.size }} bytes - {% elif paste.size < 1024 * 1024 %} - {{ '%.2f' | format(paste.size / 1024) }} KB - {% else %} - {{ '%.2f' | format(paste.size / (1024 * 1024)) }} MB - {% endif %} -
- -{{ html_code|safe }}
View the raw version here.
-{{ html_code|safe }}
- - View the raw version here. -
-