<!-- NAME: main.html -->
<html>
<head><title> LANGUAGE DEMO </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
{C_TEXT1}<br>
{C_TEXT2}<br>
{C_TEXT3}<br>
<br>
Click here to see the created file : <a href="{URL}">{URL}</a><br>
<br>
<a href="index.html">Back to index</a>
</body>
</html>
<!-- END: main.html -->
|