Skip to content

Commit faedb15

Browse files
authored
Update index.html
1 parent cbb49d7 commit faedb15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<head>
44
<meta charset="utf-8">
55
<title>CSS Shapes</title>
6+
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
7+
<meta name="description" content="A simple demonstration of CSS Shapes">
8+
<meta name="application-name" content="https://prathikotian.github.io/css-shapes/">
9+
<meta name="keywords" content="css,shapes,css-shapes,circle">
10+
<meta name="theme-color" content="#2c3e50">
611
<link rel="stylesheet" href="assets/shapes.css">
712
</head>
813
<body>

0 commit comments

Comments
 (0)