aboutsummaryrefslogtreecommitdiffstats
path: root/frontpage.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-13 12:25:26 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-13 12:25:26 +0300
commita69b3b644a9275e43a3832ed9cf3ccfbda336189 (patch)
tree3675207b5e0f31c6dadc8fd01f0e7195ac7fc349 /frontpage.html
parentbd993ccdf8aa2cadc3722d2d169386a7b24661c7 (diff)
Add a list of endpoints to the landing page
Diffstat (limited to 'frontpage.html')
-rw-r--r--frontpage.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/frontpage.html b/frontpage.html
deleted file mode 100644
index 8f69a19..0000000
--- a/frontpage.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>Welcome to faaslift!</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- body {
- margin: 40px auto;
- max-width: 650px;
- line-height: 1.6;
- font-size: 18px;
- color: #444;
- padding: 0 20px;
- font-family: Helvetica, sans-serif;
- }
- h1,h2,h3 {
- line-height: 1.2;
- }
- </style>
- </head>
- <body>
- <h1>Welcome to <strong>faaslift!</strong></h1>
- <p>
- Get started by creating a new endpoint with the command line tool.
- Check out the instructions from the <a href="https://github.com/jantuomi/faaslift/blob/master/README.md">README</a>.
- </p>
- <small>Styles partially borrowed from <a href="http://bettermotherfuckingwebsite.com/">bettermotherfuckingwebsite.com</a>.</small>
- </body>
-</html> \ No newline at end of file