diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index dd20e7a..28cd262 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -3,7 +3,8 @@ <head> <meta charset="utf-8"> <title>{{template "title"}}</title> - <link rel="stylesheet" href="/static/style.css"> + <link rel="stylesheet" href="/static/css/bootstrap.min.css"> + <link rel="stylesheet" href="/static/css/main.css"> </head> <body> <div id="contents"> |