1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-27 23:56:53 +01:00
lodel2_mirror/lodel/plugins/webui/templates/error.html
Yann 0406e91846 Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
2016-11-03 17:02:46 +01:00

11 lines
167 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{status_code}} {{status_str}}</title>
</head>
<body>
{{status_code}} {{status_str}}
<hr/>
{{custom}}
</body>
</html>