Add static files

This commit is contained in:
Edgar P. Burkhart 2022-05-19 22:01:03 +02:00
parent 60b73d8546
commit 3f73232312
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
body {
background: #bebebe;
}

View File

@ -1,3 +1,4 @@
{% load static %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
@ -7,6 +8,7 @@
<title>{% block title %}Nummi{% endblock %}</title> <title>{% block title %}Nummi{% endblock %}</title>
{% block link %} {% block link %}
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css" />
{% endblock %} {% endblock %}
</head> </head>
<body> <body>