diff options
Diffstat (limited to 'client-web/public/app.html')
-rw-r--r-- | client-web/public/app.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html index 8479a22..4c7d10d 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> |