Add emoji favicon (📁) for browser tab

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-14 19:13:39 -07:00
parent 284a73d3fa
commit 629e61de0a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="/manifest.json">
{% load static %}
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📁</text></svg>">
<link rel="apple-touch-icon" href="{% static 'portal/icon-192.png' %}">
<title>{% block title %}Upload{% endblock %} - rfiles.online</title>
<style>