From 12afe72f8033504bcf4fe23cc6f5860b40214c7b Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 6 Jul 2023 22:29:46 -0600 Subject: [PATCH] feat: add basic temporary sample views --- views2/index.pug | 1 + views2/setup.pug | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 views2/index.pug create mode 100644 views2/setup.pug diff --git a/views2/index.pug b/views2/index.pug new file mode 100644 index 0000000..a94705a --- /dev/null +++ b/views2/index.pug @@ -0,0 +1 @@ +h1 this is the index \ No newline at end of file diff --git a/views2/setup.pug b/views2/setup.pug new file mode 100644 index 0000000..f084aff --- /dev/null +++ b/views2/setup.pug @@ -0,0 +1,2 @@ +h1 hi +p how are you \ No newline at end of file