diff options
| author | Lua Team <team@lua.org> | 1997-07-01 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 1997-07-01 12:00:00 +0000 |
| commit | 4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch) | |
| tree | 5671acf8a2cacf0c0524ce96d22959590a3aa5af /test/examples/www/template.html | |
| parent | 47a298a24ad3a8202440051de5938618502302a0 (diff) | |
| download | lua-github-3.0.tar.gz | |
Lua 3.03.0
Diffstat (limited to 'test/examples/www/template.html')
| -rw-r--r-- | test/examples/www/template.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/examples/www/template.html b/test/examples/www/template.html new file mode 100644 index 00000000..c8494b76 --- /dev/null +++ b/test/examples/www/template.html @@ -0,0 +1,29 @@ +<HTML> +<HEAD> +<TITLE> +Imaginary web site:Staff:|LOGIN| +</TITLE> +</HEAD> + +<BODY> +<H1><A HREF="|WWW|">|NAME|</A></H1> +<A HREF="mailto:|EMAIL|">|EMAIL|</A> +<P> + +|POSITION|<BR> +|TITLE|<P> + +<H2>Research areas</H2> +<UL> +<LI>|AREAS| +</UL> +<P> + +<HR> +Last update in |DATE| by +<A HREF="|webmast|">websmaster</A>. +<P> + +</BODY> + +</HTML> |
