Added meta tags to the index.html
This commit is contained in:
parent
e08ef7fe85
commit
9b3a3009a2
13
index.html
13
index.html
@ -4,6 +4,19 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sheepstar</title>
|
||||
<meta name="title" content="Sheepstar" />
|
||||
<meta name="description" content="Upgrade your discord server by using Sheepstar." />
|
||||
<meta name="theme-color" content="#2C313A">
|
||||
|
||||
<meta property="og:title" content="Sheepstar" />
|
||||
<meta property="og:image" content="/images/banner.png" />
|
||||
<meta property="og:description" content="Upgrade your discord server by using Sheepstar." />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/logo192.png" />
|
||||
<link rel="apple-touch-icon" href="/images/logo128.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user