]> git.treefish.org Git - wirbrennen/flipacoin.git/blob - templates/created.html
Replaced invalid html tag header with head and modified template file names accordingly.
[wirbrennen/flipacoin.git] / templates / created.html
1 <html>
2   <!-- TMPL_INCLUDE NAME=_head.html -->
3   <body>
4     <!-- TMPL_INCLUDE NAME=_header.html -->
5
6     Created a new coin
7
8     <a href=/<!-- TMPL_VAR NAME=NEWCOINID -->>
9       <font style="BACKGROUND-COLOR: yellow" color=blue>
10         <b>http://<!-- TMPL_VAR NAME=HTTP_HOST -->/<!-- TMPL_VAR NAME=NEWCOINID --></b></font></a>
11     
12     for you.<br><br>
13     Send the coin to the other party and tell them to flip it to make a decision.
14   </body>
15 </html>