From 2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 22 Mar 2025 13:02:32 +0100 Subject: Convert sass to css --- client-web/public/start.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client-web/public/start.html') diff --git a/client-web/public/start.html b/client-web/public/start.html index 4c90934..67cad7f 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -7,7 +7,7 @@ name="description" content="A simple secure web conferencing application using webrtc" /> - + keks-meet @@ -18,8 +18,9 @@


- To start a meeting, click 'Create room' and share the URL with all - participants. You can also optionally set the room name below. + To start a meeting, click 'Create room' and share the URL with + all participants. You can also optionally set the room name + below.

keks-meet is free software! It is licenced under the terms of @@ -81,7 +82,7 @@ ], ]; return frags - .map(f => f[Math.floor(Math.random() * f.length)]) + .map((f) => f[Math.floor(Math.random() * f.length)]) .join("") .trim(); } -- cgit v1.2.3-70-g09d2