From 6326e78cf49beda1eccd0ebba8bd4457f9cb71b2 Mon Sep 17 00:00:00 2001
From: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
Date: Wed, 26 Jun 2024 20:03:44 +0400
Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/cats.html | 160 +++++++++++++++++++++++++++++++++++++++++++
templates/ghost.html | 151 ++++++++++++++++++++--------------------
2 files changed, 235 insertions(+), 76 deletions(-)
create mode 100644 templates/cats.html
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 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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 @@
-
-
-