We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954793f commit 9ab4d12Copy full SHA for 9ab4d12
services/homepage/index.html
@@ -1,15 +1,20 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="./public/favicon.ico" />
6
+
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
<meta name="theme-color" content="#000000" />
- <meta name="description" content="Meet" />
9
+ <meta
10
+ name="description"
11
+ content="A platform for staying in touch with friends and family"
12
+ />
13
14
<link rel="apple-touch-icon" href="./public/logo192.png" />
15
<link rel="manifest" href="./public/manifest.json" />
16
- <title>Meet</title>
17
+ <title>Meet: Stay in touch</title>
18
19
<script type="module" src="./src/index.tsx"></script>
20
</head>
0 commit comments