diff options
author | tpart <tpart@noreply.codeberg.org> | 2023-01-18 20:55:37 +0000 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2023-01-18 20:55:37 +0000 |
commit | 47556e24509d4c438a7fad6c05828ca4e3f2761a (patch) | |
tree | 0579697399621fdee5c30b645f7da21ab4a0df4f /client-web/public/start.html | |
parent | 83d0283bead5be0dc3f9ae6ad38abc8b619e5b7c (diff) | |
download | keks-meet-47556e24509d4c438a7fad6c05828ca4e3f2761a.tar keks-meet-47556e24509d4c438a7fad6c05828ca4e3f2761a.tar.bz2 keks-meet-47556e24509d4c438a7fad6c05828ca4e3f2761a.tar.zst |
Update CSS (#2)
Redesigned the start page and fixed some bugs
Co-authored-by: tpart <10518520-tpart@users.noreply.gitlab.com>
Reviewed-on: https://codeberg.org/metamuffin/keks-meet/pulls/2
Co-authored-by: tpart <tpart@noreply.codeberg.org>
Co-committed-by: tpart <tpart@noreply.codeberg.org>
Diffstat (limited to 'client-web/public/start.html')
-rw-r--r-- | client-web/public/start.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index 4766c77..27b45f5 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -6,10 +6,11 @@ <link rel="stylesheet" href="/assets/style/master.css" /> <title>keks-meet</title> </head> - <body> + <body class="start"> <div class="start-box"> <h1>keks-meet</h2> - <p>A web conferencing application using webrtc</p> + <p class="description">A web conferencing application using webrtc</p> + <br> <p> keks-meet is free software! It is licenced under the terms of the third version of the GNU Affero General Public Licence only. |