diff --git a/todo-ssr/views/index.pug b/todo-ssr/views/index.pug index 66e3c3c..1a7cfb1 100644 --- a/todo-ssr/views/index.pug +++ b/todo-ssr/views/index.pug @@ -3,3 +3,4 @@ html title= title body h1= message + a(href="/items") To Do List