Renamed project to immutabase

This commit is contained in:
Simon Willison 2017-11-05 18:32:13 -08:00
commit 25c241fa5a
18 changed files with 636 additions and 636 deletions

View file

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<style>
th {
text-align: left;
}
</style>
{% block extra_head %}{% endblock %}
</head>
<body>
{% if error %}
<div style="padding: 1em; margin: 1em; border: 3px solid red;">{{ error }}</div>
{% endif %}
{% block content %}
{% endblock %}
</body>
</html>