summaryrefslogtreecommitdiffstats
path: root/htdocs/software/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/software/index.html')
-rw-r--r--htdocs/software/index.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/htdocs/software/index.html b/htdocs/software/index.html
index 4b1092d..ecf8d95 100644
--- a/htdocs/software/index.html
+++ b/htdocs/software/index.html
@@ -3,5 +3,18 @@
{{ end }}
{{ define "body_content" }}
- <p>This is the software page</p>
+ <header>
+ <h1>Software Hosted Here</h1>
+ <hr>
+ </header>
+ <table>
+ <tr>
+ <th>name</th>
+ <th>description</th>
+ </tr>
+ <tr>
+ <td><a href="samanthony.xyz.html">samanthony.xyz</a></th>
+ <td>This website</th>
+ </tr>
+ </table>
{{ end }}