forked from Sasserisop/MATH201
7 lines
355 B
HTML
7 lines
355 B
HTML
{{ define "main" }}
|
|
<p style="text-align: center;"><a href="http://sasserisop.com">Back to Sasserisop homepage</a></p>
|
|
{{ partial "content.html" . }}
|
|
<p>Check out the source in this <a href="https:/git.sasserisop.com/Sasserisop/MATH201/src/branch/master">Gitea repository <img border="0" src="gitea-logo.svg" width="50" height="50"></a></p>
|
|
|
|
{{ end }}
|