]> git.treefish.org Git - wirbrennen/flipacoin.git/blobdiff - templates/alert.html
Separated functional perl code and html using perl html template module.
[wirbrennen/flipacoin.git] / templates / alert.html
diff --git a/templates/alert.html b/templates/alert.html
new file mode 100644 (file)
index 0000000..190c234
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <!-- TMPL_INCLUDE NAME=_header.html -->
+  <body>
+    <!-- TMPL_INCLUDE NAME=_head.html -->
+    
+    <b>ERROR:</b> <!-- TMPL_VAR NAME=ALERTMSG -->
+  </body>
+</html>