From 4bb13ff982c0357b72fcb5191d27bd874d9229ec Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 20 May 2023 11:15:33 +0200 Subject: [PATCH] Move application code to external file This commit moves the application code to a separate JavaScript file. Error handling for missing CA certificates has been added to avoid endless loops. --- src/index.html | 310 +++---------------------------------------------- src/js/app.js | 285 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 300 insertions(+), 295 deletions(-) create mode 100644 src/js/app.js diff --git a/src/index.html b/src/index.html index f847e40..e6a9b9d 100644 --- a/src/index.html +++ b/src/index.html @@ -13,23 +13,20 @@