aboutsummaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
authorpacien2024-01-05 00:12:47 +0100
committerpacien2024-01-05 00:12:47 +0100
commitc5cc11f56f3afdb8508dff32f7f76b417fd2ba9a (patch)
tree59f1483bf9607d627066ba5abe1417d28b306de1 /app.css
parent82f193b00ec364c591553a3815834d273d99d9c1 (diff)
downloadechoclip-c5cc11f56f3afdb8508dff32f7f76b417fd2ba9a.tar.gz
app prototype
Inspired by the MDN example for playing with mediaDevices.
Diffstat (limited to 'app.css')
-rw-r--r--app.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/app.css b/app.css
new file mode 100644
index 0000000..c32fa83
--- /dev/null
+++ b/app.css
@@ -0,0 +1,9 @@
1/*
2 * EchoClip, a web tool to record and play back audio clips.
3 * Copyright 2024 Pacien TRAN-GIRARD
4 * SPDX-License-Identifier: EUPL-1.2
5 */
6
7#error {
8 color: red;
9} \ No newline at end of file