Removed irrelevant files.

This commit is contained in:
Nick Daly 2012-06-16 14:37:42 -05:00
parent fbe00ede37
commit 8422127faf
2 changed files with 0 additions and 21 deletions

View File

@ -1,13 +0,0 @@
<html>
<body>
<p>$message</p>
<p>You're <a href="/hosting">hosting</a> these services for $client:</p>
#if $services
<ul>
#for service in $services
<li><a href="/hosting/$client/$service">$service</a></li>
#end for
</ul>
#end if
</body>
</html>

View File

@ -1,8 +0,0 @@
<html>
<body>
<p>$message</p>
<p>You're hosting <a href="/hosting/$client/$service">$service</a>
for <a href="/hosting/$client/">$client</a>
at <a href="$location">$location</a>.</p>
</body>
</html>