]> git.treefish.org Git - wirbrennen/flipacoin.git/blob - templates/created.html
Creating correct rooturl.
[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><!-- TMPL_VAR NAME=PROTOCOL -->://<!-- TMPL_VAR NAME=ROOTURL -->/<!-- 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>