diff options
-rw-r--r-- | main.go | 3 | ||||
-rw-r--r-- | robots.txt | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -12,8 +12,7 @@ import ( "github.com/gorilla/mux" ) -//go:embed *.js -//go:embed *.in +//go:embed *.js *.in robots.txt var content embed.FS func handleEntryOptions(w http.ResponseWriter, r *http.Request) { diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..a4751e2 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: * |