From c5cc11f56f3afdb8508dff32f7f76b417fd2ba9a Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 5 Jan 2024 00:12:47 +0100 Subject: app prototype Inspired by the MDN example for playing with mediaDevices. --- app.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app.css (limited to 'app.css') diff --git a/app.css b/app.css new file mode 100644 index 0000000..c32fa83 --- /dev/null +++ b/app.css @@ -0,0 +1,9 @@ +/* + * EchoClip, a web tool to record and play back audio clips. + * Copyright 2024 Pacien TRAN-GIRARD + * SPDX-License-Identifier: EUPL-1.2 + */ + +#error { + color: red; +} \ No newline at end of file -- cgit v1.2.3