Subversion Repositories blog-sources

Compare Revisions

Ignore 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,9 → 1,9
{% extends "helloworld/base.html" %}
 
{% block title %}Hello world - Index{% endblock %}
{% block title %}Hello world!{% endblock %}
 
{% block content %}
<p>
Hello world!
Hello world!
</p>
{% endblock %}