Changeset 248
- Timestamp:
- 07/20/05 13:07:29 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/base.html
r205 r248 16 16 <meta name="description" content="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design." /> 17 17 18 <link href="http://media.djangoproject.com/css/base.css" rel="stylesheet" type="text/css" media="all" /> 18 <link href="http://media.djangoproject.com/css/base.css" rel="stylesheet" type="text/css" media="screen" /> 19 <link href="http://media.djangoproject.com/css/print.css" rel="stylesheet" type="text/css" media="print" /> 19 20 {% block extrahead %}{% endblock %} 20 21 </head>
