Subversion Repositories blog-sources

Compare Revisions

Regard whitespace Rev 6 → Rev 5

/django-apache2-wsgi-2/idreammicro/helloworld/static/helloworld/screen.css
1,3 → 1,4
p {
p
{
color: red;
}
/django-apache2-wsgi-2/idreammicro/helloworld/templates/helloworld/index.html
1,6 → 1,6
{% extends "helloworld/base.html" %}
 
{% block title %}Hello world - Index{% endblock %}
{% block title %}Hello world!{% endblock %}
 
{% block content %}
<p>