diff --git a/views/index.html b/views/index.html index 8cbba87..d85712c 100644 --- a/views/index.html +++ b/views/index.html @@ -1,3 +1,7 @@ {include="layout"} +{include="navbar"} +
+

Hello World!

+
{include="footer"} \ No newline at end of file diff --git a/views/index.html~ b/views/index.html~ index e69de29..8cbba87 100644 --- a/views/index.html~ +++ b/views/index.html~ @@ -0,0 +1,3 @@ +{include="layout"} +

Hello World!

+{include="footer"} \ No newline at end of file diff --git a/views/login.html b/views/login.html new file mode 100644 index 0000000..e69de29 diff --git a/views/navbar.html b/views/navbar.html new file mode 100644 index 0000000..f7e695e --- /dev/null +++ b/views/navbar.html @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/views/navbar.html~ b/views/navbar.html~ new file mode 100644 index 0000000..e69de29