diff options
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> |