diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/projects/index.php | 11 | ||||
l--------- | html/projects/mailTemplate.git | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/html/projects/index.php b/html/projects/index.php index 88c5ed1..86b024f 100644 --- a/html/projects/index.php +++ b/html/projects/index.php @@ -16,7 +16,14 @@ <li>Browsable repository: <a href="cgit.cgi/spragg-ssl.co.uk/">cgit.cgi/spragg-ssl.co.uk</a></li> <li>Cloneable repository: <a href="spragg-ssl.co.uk.git">spragg-ssl.co.uk.git</a></li> </ul> - <p>Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?</p> + </section> + + <section> + <h2>mailTemplate - Using PHP files as email templates</h2> + <ul class="commit"> + <li>Browsable repository: <a href="cgit.cgi/mailTemplate/">cgit.cgi/mailTemplate</a></li> + <li>Cloneable repository: <a href="mailTemplate.git">mailTemplate.git</a></li> + </ul> </section> <section> @@ -31,6 +38,8 @@ </section> <p style="margin-top: 3em;">To be continued...</p> + + <p>(Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?)</p> </main> <footer> <?php echo indent(site_footer(), 3); ?> diff --git a/html/projects/mailTemplate.git b/html/projects/mailTemplate.git new file mode 120000 index 0000000..12c8f7b --- /dev/null +++ b/html/projects/mailTemplate.git @@ -0,0 +1 @@ +/srv/git/mailTemplate.git
\ No newline at end of file |