From 372e7704a59f51877c132cfaf3d47c98f8516c56 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 17:36:23 +0500 Subject: feat: navbar --- static/img/logo.png | Bin 0 -> 14534 bytes templates/header.html | 8 ++++++++ templates/index.html | 7 ++++++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 static/img/logo.png create mode 100644 templates/header.html diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 0000000..6215477 Binary files /dev/null and b/static/img/logo.png differ diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..6e439da --- /dev/null +++ b/templates/header.html @@ -0,0 +1,8 @@ +
+ + BOT + + + home + wiki +
diff --git a/templates/index.html b/templates/index.html index 8fb123f..78683ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,11 @@ -

hi

+
+
+ {{> header.html }} +

lol

+
+
-- cgit v1.2.3