Skip to content

Commit 160dcff

Browse files
Update index.html
1 parent 8ad438d commit 160dcff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Length Teller</title>
7+
<meta property="og:title" content="Length Teller">
8+
<meta property="og:site_name" content="Length Teller">
9+
<meta property="og:description" content="Length Teller is a simple web tool">
10+
<meta property="og:url" content="https://cyber-programer.github.io/LengthTeller/">
11+
<meta name="description" content="Length Teller is a simple web tool that allows you to determine the length of text entered into a textbox.">
12+
<meta name="keywords" content="cyber programer, cyber-programer , Lenght , teller , Length Teller, cyber programer github, cyber programer web">
13+
<meta name="author" content="root_lovs">
714
<link rel="stylesheet" href="style.css">
815
</head>
916
<body>
@@ -20,4 +27,4 @@ <h1>Length Teller</h1>
2027
</section>
2128
<script src="s.js"></script>
2229
</body>
23-
</html>
30+
</html>

0 commit comments

Comments
 (0)