From ad6a731fd4195fb485982358f933173c647b0ca8 Mon Sep 17 00:00:00 2001
From: 1e99 <1e99@1e99.eu>
Date: Sun, 10 Nov 2024 10:46:40 +0100
Subject: [PATCH] rework frontend
---
static/{ => css}/pico.min.css | 0
static/index.html | 133 +++++++++------------
static/index.js | 218 ----------------------------------
static/{ => js}/api.js | 4 +-
static/{ => js}/crypto.js | 0
static/js/lang.js | 70 +++++++++++
static/js/main.js | 118 ++++++++++++++++++
static/lang/de.json | 24 ++++
static/lang/en.json | 24 ++++
9 files changed, 298 insertions(+), 293 deletions(-)
rename static/{ => css}/pico.min.css (100%)
delete mode 100644 static/index.js
rename static/{ => js}/api.js (91%)
rename static/{ => js}/crypto.js (100%)
create mode 100644 static/js/lang.js
create mode 100644 static/js/main.js
create mode 100644 static/lang/de.json
create mode 100644 static/lang/en.json
diff --git a/static/pico.min.css b/static/css/pico.min.css
similarity index 100%
rename from static/pico.min.css
rename to static/css/pico.min.css
diff --git a/static/index.html b/static/index.html
index 94e4025..c07fb2c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,126 +1,111 @@
-
+
PassED
-
-
-
-
+
+
+
+
+
+
-