From a2141b48a0d1a3763ac76c4a245831c206c12f10 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 18 Apr 2023 23:38:31 +0200 Subject: [PATCH] Initial commits --- .vscode/launch.json | 15 + index.html | 106 ++-- lib.js | 48 +- main.css | 1096 ++++++++++++++++----------------------- main.js | 4 +- translations/blank.json | 4 +- translations/en.json | 4 +- 7 files changed, 552 insertions(+), 725 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2ba986f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 87c5cf5..10d2776 100644 --- a/index.html +++ b/index.html @@ -298,7 +298,7 @@ - + @@ -366,22 +366,21 @@ Show me some tips.. -