From 15d9dcbd5dde2af4a1b1a12c38ed8bfcacfa1709 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 14 Apr 2024 15:49:00 +0100 Subject: [PATCH] make links clickable and add robots.txt file --- src/main/resources/public/robots.txt | 3 +++ src/main/resources/templates/index.html | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/public/robots.txt diff --git a/src/main/resources/public/robots.txt b/src/main/resources/public/robots.txt new file mode 100644 index 0000000..b3df6c9 --- /dev/null +++ b/src/main/resources/public/robots.txt @@ -0,0 +1,3 @@ +# Allow all robots +User-agent: * +Allow: / \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 9b7d16e..f0c515c 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -36,7 +36,7 @@ Documentation / Swagger - +
@@ -46,15 +46,15 @@ - + - + - +
Example
Player Data??????
Server Data??????
Mojang Endpoint Status??????