Skip to content

Commit d212165

Browse files
authored
Create index.html with noindex meta tag
Add a basic HTML structure with noindex directive.
1 parent ddba97d commit d212165

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta name="robots" content="noindex">
5+
</head>
6+
</html>

0 commit comments

Comments
 (0)