factor/libs/httpd/test/example.fhtml

9 lines
177 B
Plaintext
Raw Permalink Normal View History

2006-12-18 02:26:54 -05:00
<% USING: math ; %>
<html>
<head><title>Simple Embedded Factor Example</title></head>
<body>
<% 5 [ %><p>I like repetition</p><% ] times %>
</body>
</html>