From ad46190275b891548b37a780dec70e8b4cbae381 Mon Sep 17 00:00:00 2001 From: Zohaib Rauf Date: Sat, 27 Jan 2024 16:05:02 -0800 Subject: [PATCH] Added basic HTML page that records and creates webm file --- .gitignore | 1 + OS/01/app/index.html | 86 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/OS/01/app/index.html b/OS/01/app/index.html index d9a066c..6053858 100644 --- a/OS/01/app/index.html +++ b/OS/01/app/index.html @@ -1,5 +1,83 @@ - \ No newline at end of file