From 62cd47c6b4727153962aeb2412c0b9708a503b9a Mon Sep 17 00:00:00 2001 From: Prrorr2 Date: Tue, 25 Jun 2024 16:38:50 +0200 Subject: [PATCH] first commit --- index.js | 0 main.html | 0 package.json | 11 +++++++++++ 3 files changed, 11 insertions(+) create mode 100644 index.js create mode 100644 main.html create mode 100644 package.json diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/main.html b/main.html new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..a54080b --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "vanillatodo", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "description": "" +}