summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/search.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/search.html b/web/templates/search.html
index d84c5da..7373287 100644
--- a/web/templates/search.html
+++ b/web/templates/search.html
@@ -4,9 +4,9 @@
<script src="/static/js/search.js"></script>
{% end %}
-{% block main %}
-
-<h2>Corporations</h2>
-<div id="corps"></div>
+{% block css %}
+ <link rel="stylesheet" type="text/css" href="/css/search.css" />
+{% end %}
+{% block main %}
{% end %}