This commit is contained in:
Daniel Flanagan 2022-11-22 15:00:02 -06:00
parent 6912c4bdd0
commit a3f593b751
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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>

View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /public-files