Robots
This commit is contained in:
parent
6912c4bdd0
commit
a3f593b751
|
@ -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); }
|
||||
</style>
|
||||
<body>
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
<p>Whatever your adventure, welcome!</p>
|
||||
|
||||
<p><a href="/public-files">View <code>{{ .Host }}</code> Public Files</a></p>
|
||||
|
||||
<p>If you need to get a hold of me for any reason, <a href="https://lyte.dev/contact">here is my contact information</a>.
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
2
host/layer/public-webserver/webserver-root/robots.txt
Normal file
2
host/layer/public-webserver/webserver-root/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /public-files
|
Reference in a new issue