diff --git a/jitsi-iframe.html b/jitsi-iframe.html new file mode 100644 index 0000000..c4924ab --- /dev/null +++ b/jitsi-iframe.html @@ -0,0 +1,102 @@ + + + + + + + + + + +
+
+
+ + + + diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 81c823e..0000000 --- a/shell.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs ? import {} }: - -with pkgs; - -mkShell { - buildInputs = [ - - ]; -}