From cc58a3da7d647de8520e33dc4356672d2ed1a366 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 16 Nov 2021 14:46:24 -0800 Subject: Import of source code --- templates/404.tpl | 10 +++ templates/40x.tpl | 10 +++ templates/50x.tpl | 10 +++ templates/footer.tpl | 0 templates/header.tpl | 0 templates/index.tpl | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 234 insertions(+) create mode 100644 templates/404.tpl create mode 100644 templates/40x.tpl create mode 100644 templates/50x.tpl create mode 100644 templates/footer.tpl create mode 100644 templates/header.tpl create mode 100644 templates/index.tpl (limited to 'templates') diff --git a/templates/404.tpl b/templates/404.tpl new file mode 100644 index 0000000..e87ed60 --- /dev/null +++ b/templates/404.tpl @@ -0,0 +1,10 @@ + + + + Not Found + + + +

Requested Resource Not Found

+ + diff --git a/templates/40x.tpl b/templates/40x.tpl new file mode 100644 index 0000000..c3f55c0 --- /dev/null +++ b/templates/40x.tpl @@ -0,0 +1,10 @@ + + + + Request Error + + + +

Request Error

+ + diff --git a/templates/50x.tpl b/templates/50x.tpl new file mode 100644 index 0000000..b8e1702 --- /dev/null +++ b/templates/50x.tpl @@ -0,0 +1,10 @@ + + + + Server Error + + + +

Server Error

+ + diff --git a/templates/footer.tpl b/templates/footer.tpl new file mode 100644 index 0000000..e69de29 diff --git a/templates/header.tpl b/templates/header.tpl new file mode 100644 index 0000000..e69de29 diff --git a/templates/index.tpl b/templates/index.tpl new file mode 100644 index 0000000..cbc7a72 --- /dev/null +++ b/templates/index.tpl @@ -0,0 +1,204 @@ + + + + Select Account + + + + + + + + + + +

Error communicating with the API.

+ +

AWS Accounts

+ + + + + +
Console LoginGet Credentials
+ +

API Key

+
+

To access the API set the value of Authorization header to:

+ +

Token Expires:

+
+ + -- cgit v1.2.3