remove: embed.css not needed anymore

This commit is contained in:
Yiannis Christodoulou
2025-09-29 00:12:33 +03:00
parent 7ae9eb21e7
commit 5139fa5755
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -1,11 +1,6 @@
{% extends "root.html" %}
{% load static %}
{% block topimports %}
<link href="{% static "css/embed.css" %}" rel="preload" as="style">
<link href="{% static "css/embed.css" %}" rel="stylesheet">
{%endblock topimports %}
{% block content %}<div id="page-embed"></div>{% endblock content %}
{% block bottomimports %}