diff options
Diffstat (limited to 'htdocs/software/index.html')
| -rw-r--r-- | htdocs/software/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/software/index.html b/htdocs/software/index.html new file mode 100644 index 0000000..ecf8d95 --- /dev/null +++ b/htdocs/software/index.html @@ -0,0 +1,20 @@ +{{ define "title" }} + <title>software | samanthony.xyz</title> +{{ end }} + +{{ define "body_content" }} + <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 }} |