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