diff --git a/broadcast-client/.gitignore b/broadcast-client/.gitignore new file mode 100644 index 0000000..4655360 --- /dev/null +++ b/broadcast-client/.gitignore @@ -0,0 +1,25 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +src-tauri/target/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/broadcast-client/index.html b/broadcast-client/index.html new file mode 100644 index 0000000..66973c5 --- /dev/null +++ b/broadcast-client/index.html @@ -0,0 +1,12 @@ + + +
+ + +