projets
/
auf-theme-bootstrap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
création du module django et des fichiers sass
[auf-theme-bootstrap.git]
/
auf_django_theme
/
templates
/
500.html
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
{% block head_title %}{% endblock %}
</title>
5
<meta
charset
=
"utf-8"
>
6
</head>
7
<body>
8
9
<div
id
=
"container"
>
10
Server Error
11
</div>
12
13
</body>
14
</html>