From d4f5e9daa249835c8fdf3bb625b8021af850c305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 10 Dec 2025 09:46:16 +0200 Subject: [PATCH] Add assets --- static/css/style.css | 1 + templates/index.html | 205 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 206 insertions(+) create mode 100644 static/css/style.css create mode 100644 templates/index.html diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..a3d4a52 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1 @@ +/* This file can be used for custom styles if needed */ diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..16dcefe --- /dev/null +++ b/templates/index.html @@ -0,0 +1,205 @@ + + + + + + Welcome with Flare! + + + + +
+
+

Welcome with Flare!

+
+ Hello {{.username}} ! +
+
+

You're running from: {{.podName}}

+

+ This page is served by a Go application using Gin web framework with real-time metrics. +

+
+
+ + + + +
+ +
+ + + +