diff options
author | Alex Scerba <alex@scerba.org> | 2024-10-28 22:38:11 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-28 22:38:11 -0400 |
commit | bed4ce4b887fd153ab8eb14ac45b01bfb1232f5f (patch) | |
tree | d7bc070cc4b0c179479e86fd6d664e3785fa728a /html | |
parent | afc8067f2cf02d5c2cce056804294019fb08866c (diff) |
Add link to links file
Diffstat (limited to 'html')
-rw-r--r-- | html/links.tmpl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/links.tmpl.html b/html/links.tmpl.html index a090fe8..583c85a 100644 --- a/html/links.tmpl.html +++ b/html/links.tmpl.html @@ -5,6 +5,7 @@ {{ define "main" }}
<section class="main-bg">
<h1>Links</h1>
- <p>Collection of useful or interesting web links.</p>
+ <p>Collection of useful or interesting web links. Currently sifting through over 1200 links, sorting and documenting each one.</p>
+ <p><a href="/static/links.html">Working file</a></p>
</section>
{{ end }}
|