diff --git a/templates/cats.html b/templates/cats.html new file mode 100644 index 0000000..cbc1162 --- /dev/null +++ b/templates/cats.html @@ -0,0 +1,160 @@ + + + + + + {{ message }} + + + + + + + + + + +
+ {{ message }} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host{{ host }}
Original URI{{ original_uri }}
Forwarded for{{ forwarded_for }}
Namespace{{ namespace }}
Ingress name{{ ingress_name }}
Service name{{ service_name }}
Service port{{ service_port }}
Request ID{{ request_id }}
Timestamp{{ now.Unix }}
+ + + + + + + diff --git a/templates/ghost.html b/templates/ghost.html index 22113ae..2a02c2d 100644 --- a/templates/ghost.html +++ b/templates/ghost.html @@ -1,7 +1,7 @@ - + {{ code }}: {{ message }} @@ -44,19 +44,19 @@ } } - main { + body { display: flex; justify-content: center; align-items: center; height: 100%; } - main article { + article { text-align: center; width: 100%; } - main article .ghost { + article .ghost { animation: float 3s ease-out infinite; } @@ -66,12 +66,12 @@ } } - main article .shadowFrame { + article .shadowFrame { width: 130px; margin: 10px auto 0 auto; } - main article .shadowFrame .shadow { + article .shadowFrame .shadow { animation: shrink 3s ease-out infinite; transform-origin: center center; } @@ -91,13 +91,13 @@ } } - main article h3 { + article h3 { font-size: 1.5em; text-transform: uppercase; margin: 0.3em auto; } - main article .description { + article .description { font-size: 0.9em; opacity: .9; } @@ -141,25 +141,24 @@ -
-
- +
+ - - - + + - + + stroke-miterlimit="10" style="fill: var(--color-ghost); stroke: var(--color-ghost)"> -

- +

+ -

+

-

Error {{ code }}

-

{{ description }}

+

Error {{ code }}

+

{{ description }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Host{{ host }}
Original URI{{ original_uri }}
Forwarded for{{ forwarded_for }}
Namespace{{ namespace }}
Ingress name{{ ingress_name }}
Service name{{ service_name }}
Service port{{ service_port }}
Request ID{{ request_id }}
Timestamp{{ now.Unix }}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + +
Host{{ host }}
Original URI{{ original_uri }}
Forwarded for{{ forwarded_for }}
Namespace{{ namespace }}
Ingress name{{ ingress_name }}
Service name{{ service_name }}
Service port{{ service_port }}
Request ID{{ request_id }}
Timestamp{{ now.Unix }}
+ +
+