From aa95230758cd3487b5d4c55015c502c0f37e1760 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 29 Apr 2026 07:50:31 +0300 Subject: feat: implement bcrypt password hashing, session management, login/logout handlers, and bootstrap flow (m9) --- web/bootstrap.html | 10 ++++++++++ web/index.html | 10 ++++++++++ web/login.html | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 web/bootstrap.html create mode 100644 web/index.html create mode 100644 web/login.html (limited to 'web') diff --git a/web/bootstrap.html b/web/bootstrap.html new file mode 100644 index 0000000..378b595 --- /dev/null +++ b/web/bootstrap.html @@ -0,0 +1,10 @@ + + + + +Bootstrap - KISS Media Player + + +

First Admin Setup

+ + diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..630ee64 --- /dev/null +++ b/web/index.html @@ -0,0 +1,10 @@ + + + + +KISS Media Player + + +

Hello KISS

+ + diff --git a/web/login.html b/web/login.html new file mode 100644 index 0000000..ee2901c --- /dev/null +++ b/web/login.html @@ -0,0 +1,10 @@ + + + + +Login - KISS Media Player + + +

Login

+ + -- cgit v1.2.3