diff options
Diffstat (limited to 'frontend/templates/index.tmpl')
-rw-r--r-- | frontend/templates/index.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/templates/index.tmpl b/frontend/templates/index.tmpl index fd9cc8f..4b545cb 100644 --- a/frontend/templates/index.tmpl +++ b/frontend/templates/index.tmpl @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8" /> <title>Searchix</title> + <link href="/static/style.css" rel="stylesheet"/> </head> <body> <h1>Searchix</h1> |