add style.css for index
This commit is contained in:
parent
593c2f0ddd
commit
3f98ea9d29
@ -0,0 +1,3 @@
|
|||||||
|
h1 {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
@ -1 +1,5 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static 'platformalim/style.css' %}" />
|
||||||
|
|
||||||
<h1>{{ welcome_message }}</h1>
|
<h1>{{ welcome_message }}</h1>
|
||||||
@ -1,5 +1,6 @@
|
|||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
from django.template import loader
|
from django.template import loader
|
||||||
|
from django.contrib import staticfiles
|
||||||
from .models import Pro, Association
|
from .models import Pro, Association
|
||||||
|
|
||||||
def index(request):
|
def index(request):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user