diff options
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.ejs b/views/index.ejs index e84eb71..edb09f7 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,4 +1,4 @@ -<!DOCTYPE html> + <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> @@ -18,8 +18,8 @@ <![endif]--> - </head> - <body> + </head> + <body> <h1><%= title %></h1> <p>Velkommen til <%= title %></p> |