summaryrefslogtreecommitdiffstats
path: root/htdocs/software/index.html
blob: ecf8d954431e3fe2feaac0f6a267b2b8b9e8863b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 }}