Browse Source

templates/base.html: add css

pull/1/head
Hidden Z 14 years ago
parent
commit
6731162a04
  1. 1
      pyi2phosts/templates/base.html

1
pyi2phosts/templates/base.html

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
<head>
{% block head %}
{% endblock %}
<link rel="stylesheet" type="text/css" href="static/base.css">
</head>
<body>
{% block content %}

Loading…
Cancel
Save