From 31b4f274a73f5524bde1381918c56396eade3701 Mon Sep 17 00:00:00 2001 From: Guy Bianco IV Date: Thu, 24 Jun 2021 13:04:48 -0400 Subject: [PATCH] add link to items page --- todo-ssr/views/index.pug | 1 + 1 file changed, 1 insertion(+) 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