diff options
author | tpart <tpart120@proton.me> | 2023-06-24 20:43:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 20:52:46 +0200 |
commit | 94d1c689bb2923285e8ec988aa7dc270302f1e55 (patch) | |
tree | 33f2f4dc409896411901ba09be4e23c588a5a790 /client-web/public/start.html | |
parent | 5d1cd6a466ea7d9e702b76899170a4b39ab7138f (diff) | |
download | keks-meet-94d1c689bb2923285e8ec988aa7dc270302f1e55.tar keks-meet-94d1c689bb2923285e8ec988aa7dc270302f1e55.tar.bz2 keks-meet-94d1c689bb2923285e8ec988aa7dc270302f1e55.tar.zst |
Improve start page style
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'client-web/public/start.html')
-rw-r--r-- | client-web/public/start.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index 68ede54..42c8799 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -9,15 +9,15 @@ </head> <body class="start"> <div class="start-box"> - <h1>keks-meet</h2> + <h1>keks-meet</h1> <p class="description">A simple secure conferencing application using webrtc</p> <br> - <p> + <p class="instructions"> To get started, click 'Join' and share the URL with your partner. You can also optionally customize the URL by entering a <b>secure/unguessable(!!!)</b> identifier below. </p> - <p> + <p class="instructions"> keks-meet is free software! It is licenced under the terms of the third version of the GNU Affero General Public Licence only. </p> |