diff options
Diffstat (limited to 'client-web')
| -rw-r--r-- | client-web/public/app.html | 1 | ||||
| -rw-r--r-- | client-web/public/start.html | 3 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/client-web/public/app.html b/client-web/public/app.html index 665a7d2..d121be2 100644 --- a/client-web/public/app.html +++ b/client-web/public/app.html @@ -3,6 +3,7 @@      <head>          <meta charset="UTF-8" />          <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +        <meta name="description" content="A simple secure web conferencing application using webrtc">          <script async type="module" src="/assets/bundle.js"></script>          <link rel="stylesheet" href="/assets/style/master.css" />          <title>keks-meet</title> diff --git a/client-web/public/start.html b/client-web/public/start.html index 27b45f5..7a1885c 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -3,13 +3,14 @@      <head>          <meta charset="UTF-8" />          <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +        <meta name="description" content="A simple secure web conferencing application using webrtc">          <link rel="stylesheet" href="/assets/style/master.css" />          <title>keks-meet</title>      </head>      <body class="start">          <div class="start-box">              <h1>keks-meet</h2> -            <p class="description">A web conferencing application using webrtc</p> +            <p class="description">A simple secure conferencing application using webrtc</p>              <br>              <p>                  keks-meet is free software! It is licenced under the terms of | 
