umap/youmap/templates/500.html

15 lines
191 B
HTML
Raw Normal View History

2012-11-20 03:47:19 -06:00
<!DOCTYPE html>
<html>
<head>
<title>{% block head_title %}{% endblock %}</title>
<meta charset="utf-8">
</head>
<body>
<div id="container">
Server Error
</div>
</body>
</html>