diff options
Diffstat (limited to '')
-rw-r--r-- | views/index.ejs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/views/index.ejs b/views/index.ejs index 1500071..d3d3d3a 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> - <head> - <title><%= title %></title> - <link rel='stylesheet' href='/stylesheets/style.css' /> - </head> - <body> - <h1><%= title %></h1> - <p>Welcome to <%= title %></p> - </body> -</html>
\ No newline at end of file + <head> + <title><%= title %></title> + <link rel='stylesheet' href='/stylesheets/style.css' /> + </head> + <body> + <h1><%= title %></h1> + <p>Welcome to <%= title %></p> + </body> +</html> |