]> git.treefish.org Git - wirbrennen/flipacoin.git/blobdiff - templates/created.html
Separated functional perl code and html using perl html template module.
[wirbrennen/flipacoin.git] / templates / created.html
diff --git a/templates/created.html b/templates/created.html
new file mode 100644 (file)
index 0000000..d5c4fc7
--- /dev/null
@@ -0,0 +1,15 @@
+<html>
+  <!-- TMPL_INCLUDE NAME=_header.html -->
+  <body>
+    <!-- TMPL_INCLUDE NAME=_head.html -->
+
+    Created a new coin
+
+    <a href=/<!-- TMPL_VAR NAME=NEWCOINID -->>
+      <font style="BACKGROUND-COLOR: yellow" color=blue>
+       <b>http://<!-- TMPL_VAR NAME=HTTP_HOST -->/<!-- TMPL_VAR NAME=NEWCOINID --></b></font></a>
+    
+    for you.<br><br>
+    Send the coin to the other party and tell them to flip it to make a decision.
+  </body>
+</html>