mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-31 14:08:43 +00:00
8 lines
178 B
HTML
Executable File
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> |