From 4342056479844b81d2b7ad69dc72a09003e7ebfc Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 3 Oct 2021 00:14:31 -0600 Subject: [PATCH] Fix welcome page --- www/index.html | 1 - www/routes.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index f30cf5e..4fe479a 100644 --- a/www/index.html +++ b/www/index.html @@ -26,7 +26,6 @@
- ...
diff --git a/www/routes.js b/www/routes.js index 134d32f..113aae2 100644 --- a/www/routes.js +++ b/www/routes.js @@ -28,7 +28,7 @@ console.log("Compiled page templates."); var routes = [ { path: '/welcome', - templateUrl: './pages/welcome.html', + content: compiledPages.welcome(), name: 'welcome', on: { pageAfterIn: function () {