thalassa/examples/testcgi/dumb.ini
2026-03-19 06:23:52 +05:00

16 lines
492 B
INI

[page default]
template = <?xml version="1.0" encoding="us-ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <title>Simple test CGI program with dumb configuration</title>
+ </head>
+ <body>
+ <h1>It WORKS!</h1>
+ </body>
+</html>
+