Files
dss/templates/404.html
2013-07-02 21:24:13 +01:00

8 lines
178 B
HTML
Executable File

<html>
<head>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
</head>
<body>
{% include 'views/404.html' %}
</body>
</html>