diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-15 20:06:35 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-15 20:06:35 +0200 |
commit | 505510ff5e42ef60ffd6770fb285bad107148ca9 (patch) | |
tree | e3ae889098cb88ecad9c904fce931c9536a111e7 /views/test.ejs | |
parent | Fixed more messy codeinsertion (diff) | |
download | Divid-505510ff5e42ef60ffd6770fb285bad107148ca9.tar.gz |
Fixed header css
Diffstat (limited to '')
-rw-r--r-- | views/test.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/test.ejs b/views/test.ejs index f21d29f..411ca4d 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -1,6 +1,6 @@ <% include header %> +<link href="/css/divanim.css" rel="stylesheet" media="screen"> </head> -<link href="/public/css/divanim.css" rel="stylesheet" media="screen"> <body> <% include navbar %> |