Spaces:
Build error
Build error
Commit
·
3cbeef4
verified
·
0
Parent(s):
first commit
Browse files- static/client.js +0 -0
- static/index.html +10 -0
- static/main.css +0 -0
- static/recorderWorkletProcessor.js +0 -0
static/client.js
ADDED
|
File without changes
|
static/index.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<title>$Title$</title>
|
| 6 |
+
</head>
|
| 7 |
+
<body>
|
| 8 |
+
$END$
|
| 9 |
+
</body>
|
| 10 |
+
</html>
|
static/main.css
ADDED
|
File without changes
|
static/recorderWorkletProcessor.js
ADDED
|
File without changes
|