diff --git a/django/mysite/polls/static/polls/images/htp.gif b/django/mysite/polls/static/polls/images/htp.gif new file mode 100644 index 0000000..e68802d Binary files /dev/null and b/django/mysite/polls/static/polls/images/htp.gif differ diff --git a/django/mysite/polls/static/polls/style.css b/django/mysite/polls/static/polls/style.css new file mode 100644 index 0000000..3818062 --- /dev/null +++ b/django/mysite/polls/static/polls/style.css @@ -0,0 +1,7 @@ +li a { + color: green; +}; + +body { + background: black url("images/htp.gif") fixed center; +}; \ No newline at end of file diff --git a/django/mysite/polls/templates/polls/index.html b/django/mysite/polls/templates/polls/index.html index 8f6b1b3..a8811b5 100644 --- a/django/mysite/polls/templates/polls/index.html +++ b/django/mysite/polls/templates/polls/index.html @@ -1,3 +1,8 @@ +{% load static %} + + + + {% if latest_questions %}