Add static files
This commit is contained in:
parent
60b73d8546
commit
3f73232312
2 changed files with 5 additions and 0 deletions
3
nummi/main/static/css/main.css
Normal file
3
nummi/main/static/css/main.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
background: #bebebe;
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
|
@ -7,6 +8,7 @@
|
|||
<title>{% block title %}Nummi{% endblock %}</title>
|
||||
|
||||
{% block link %}
|
||||
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue