From a69b3b644a9275e43a3832ed9cf3ccfbda336189 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 13 Jul 2018 12:25:26 +0300 Subject: Add a list of endpoints to the landing page --- views/frontpage.ejs | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 views/frontpage.ejs (limited to 'views') diff --git a/views/frontpage.ejs b/views/frontpage.ejs new file mode 100644 index 0000000..4e76a99 --- /dev/null +++ b/views/frontpage.ejs @@ -0,0 +1,40 @@ + + + + Welcome to faaslift! + + + + +

Welcome to faaslift!

+

+ Get started by creating a new endpoint with the command line tool. + Check out the instructions from the README. +

+

Currently active endpoints

+ <% if (!locals.endpoints || locals.endpoints.length === 0) { %> + No endpoints active + <% } %> + + Styles partially borrowed from bettermotherfuckingwebsite.com. + + \ No newline at end of file -- cgit v1.3