Skip to content

Commit d370049

Browse files
committed
Update meta tags
1 parent 02b149e commit d370049

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
<title>CSS Base theme generator</title>
55

66
<meta charset="utf-8">
7-
<meta desctiption="An online tool that help you to prototype and generate a base CSS theme on the fly">
7+
<meta desctiption="An online tool for prototyping and generating a base CSS theme for your project">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<meta name="twitter:card" content="summary">
11+
1012
<meta property="og:image" content="./src/img/apple-touch-icon.png">
11-
<meta property="og:description" content="An online tool that help you to prototype and generate a base CSS theme on the fly">
13+
<meta property="og:description" content="An online tool for prototyping and generating a base CSS theme for your project">
1214
<meta property="og:title" content="CSS Base theme generator">
13-
14-
<meta name="twitter:description" content="An online tool that help you to prototype and generate a base CSS theme on the fly">
15+
<meta property="og:url" content="https://nikitahl.github.io/css-base/" />
16+
17+
<meta name="twitter:description" content="An online tool for prototyping and generating a base CSS theme for your project">
1518
<meta name="twitter:title" content="CSS Base theme generator">
1619

1720
<!-- <link rel="apple-touch-icon" sizes="180x180" href="src/img/apple-touch-icon.png">

0 commit comments

Comments
 (0)