From 5ac6e87feb9d50eb75e7db62411cae926b71ddec Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 16 Feb 2023 11:43:22 +0100 Subject: [PATCH] Chore: move web stuff subfolder --- .domains => web/.domains | 0 index.css => web/index.css | 0 index.html => web/index.html | 0 {js => web/js}/index.js | 0 {js => web/js}/localState.js | 0 {js => web/js}/mqtt.js | 0 {lib => web/lib}/crypto_helper.js | 0 {lib => web/lib}/crypto_helper_bg.wasm | Bin {sound => web/sound}/0.mp3 | Bin {sound => web/sound}/1.mp3 | Bin {sound => web/sound}/2.mp3 | Bin {sound => web/sound}/3.mp3 | Bin {sound => web/sound}/4.mp3 | Bin {sound => web/sound}/5.mp3 | Bin {sound => web/sound}/6.mp3 | Bin {sound => web/sound}/7.mp3 | Bin {sound => web/sound}/8.mp3 | Bin {sound => web/sound}/9.mp3 | Bin {sound => web/sound}/ok-ready-go.mp3 | Bin {sound => web/sound}/silence.mp3 | Bin 20 files changed, 0 insertions(+), 0 deletions(-) rename .domains => web/.domains (100%) rename index.css => web/index.css (100%) rename index.html => web/index.html (100%) rename {js => web/js}/index.js (100%) rename {js => web/js}/localState.js (100%) rename {js => web/js}/mqtt.js (100%) rename {lib => web/lib}/crypto_helper.js (100%) rename {lib => web/lib}/crypto_helper_bg.wasm (100%) rename {sound => web/sound}/0.mp3 (100%) rename {sound => web/sound}/1.mp3 (100%) rename {sound => web/sound}/2.mp3 (100%) rename {sound => web/sound}/3.mp3 (100%) rename {sound => web/sound}/4.mp3 (100%) rename {sound => web/sound}/5.mp3 (100%) rename {sound => web/sound}/6.mp3 (100%) rename {sound => web/sound}/7.mp3 (100%) rename {sound => web/sound}/8.mp3 (100%) rename {sound => web/sound}/9.mp3 (100%) rename {sound => web/sound}/ok-ready-go.mp3 (100%) rename {sound => web/sound}/silence.mp3 (100%) diff --git a/.domains b/web/.domains similarity index 100% rename from .domains rename to web/.domains diff --git a/index.css b/web/index.css similarity index 100% rename from index.css rename to web/index.css diff --git a/index.html b/web/index.html similarity index 100% rename from index.html rename to web/index.html diff --git a/js/index.js b/web/js/index.js similarity index 100% rename from js/index.js rename to web/js/index.js diff --git a/js/localState.js b/web/js/localState.js similarity index 100% rename from js/localState.js rename to web/js/localState.js diff --git a/js/mqtt.js b/web/js/mqtt.js similarity index 100% rename from js/mqtt.js rename to web/js/mqtt.js diff --git a/lib/crypto_helper.js b/web/lib/crypto_helper.js similarity index 100% rename from lib/crypto_helper.js rename to web/lib/crypto_helper.js diff --git a/lib/crypto_helper_bg.wasm b/web/lib/crypto_helper_bg.wasm similarity index 100% rename from lib/crypto_helper_bg.wasm rename to web/lib/crypto_helper_bg.wasm diff --git a/sound/0.mp3 b/web/sound/0.mp3 similarity index 100% rename from sound/0.mp3 rename to web/sound/0.mp3 diff --git a/sound/1.mp3 b/web/sound/1.mp3 similarity index 100% rename from sound/1.mp3 rename to web/sound/1.mp3 diff --git a/sound/2.mp3 b/web/sound/2.mp3 similarity index 100% rename from sound/2.mp3 rename to web/sound/2.mp3 diff --git a/sound/3.mp3 b/web/sound/3.mp3 similarity index 100% rename from sound/3.mp3 rename to web/sound/3.mp3 diff --git a/sound/4.mp3 b/web/sound/4.mp3 similarity index 100% rename from sound/4.mp3 rename to web/sound/4.mp3 diff --git a/sound/5.mp3 b/web/sound/5.mp3 similarity index 100% rename from sound/5.mp3 rename to web/sound/5.mp3 diff --git a/sound/6.mp3 b/web/sound/6.mp3 similarity index 100% rename from sound/6.mp3 rename to web/sound/6.mp3 diff --git a/sound/7.mp3 b/web/sound/7.mp3 similarity index 100% rename from sound/7.mp3 rename to web/sound/7.mp3 diff --git a/sound/8.mp3 b/web/sound/8.mp3 similarity index 100% rename from sound/8.mp3 rename to web/sound/8.mp3 diff --git a/sound/9.mp3 b/web/sound/9.mp3 similarity index 100% rename from sound/9.mp3 rename to web/sound/9.mp3 diff --git a/sound/ok-ready-go.mp3 b/web/sound/ok-ready-go.mp3 similarity index 100% rename from sound/ok-ready-go.mp3 rename to web/sound/ok-ready-go.mp3 diff --git a/sound/silence.mp3 b/web/sound/silence.mp3 similarity index 100% rename from sound/silence.mp3 rename to web/sound/silence.mp3