robots.txt

This commit is contained in:
2025-10-30 09:00:14 +01:00
parent 1821c3d5f6
commit e412aa60cb
3 changed files with 21 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
# https://editorconfig.org/
# top-most EditorConfig file # top-most EditorConfig file
root = true root = true
# Unix-style newlines with a newline ending every file # Unix-style newlines with a newline ending every file
[*] [*]
charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = space
indent_size = 2 indent_size = 2
indent_style = space

5
robots.txt Normal file
View File

@@ -0,0 +1,5 @@
# https://www.robotstxt.org/
# Deny crawling of all content
User-agent: *
Disallow: /

View File

@@ -1 +1,12 @@
Ok <!doctype html>
<html lang="fr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Travaux pratiques</h1>
</body>
</html>