This commit is contained in:
2025-04-20 03:08:12 +02:00
parent eb60fc4dd3
commit 0a5251ec10
10 changed files with 27 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
{% load django_vite %}<!DOCTYPE html>
{% load django_vite %}{% load static %}<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{% block base_title %}Oxpanel{% block title %}{% endblock %}{% endblock %}</title>
{% block base_css %}
<link rel="icon" type="image/png" href="{% static 'oxpanel.png' %}"/>
{% block base_css %}
{# {% stylesheet_pack 'app' %}#}
<link data-n-head="ssr" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
{% block css %}{% endblock %}