diff --git a/host/layer/public-webserver/caddy/browse_template.html b/host/layer/public-webserver/caddy/browse_template.html index 440269d..244427e 100644 --- a/host/layer/public-webserver/caddy/browse_template.html +++ b/host/layer/public-webserver/caddy/browse_template.html @@ -21,7 +21,7 @@ thead { background-color: var(--header-bg); margin-bottom: 0.5em; } tr.spacer { height: 0.5em; } th { text-align: left; font-weight: normal; padding: 0.5em 0.8em; margin-bottom: 0.5em; } - td { padding: 0 0.8em; } + td { padding: 0 0.8em; font-family: var(--msff); } svg { stroke: var(--fg); fill: var(--fg); } diff --git a/host/layer/public-webserver/webserver-root/index.html b/host/layer/public-webserver/webserver-root/index.html index c801776..3a2b2ae 100644 --- a/host/layer/public-webserver/webserver-root/index.html +++ b/host/layer/public-webserver/webserver-root/index.html @@ -17,6 +17,8 @@

Whatever your adventure, welcome!

View {{ .Host }} Public Files

+ +

If you need to get a hold of me for any reason, here is my contact information. diff --git a/host/layer/public-webserver/webserver-root/robots.txt b/host/layer/public-webserver/webserver-root/robots.txt new file mode 100644 index 0000000..c4a7653 --- /dev/null +++ b/host/layer/public-webserver/webserver-root/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /public-files