File: runmode1.html

package info (click to toggle)
libmodule-starter-plugin-cgiapp-perl 0.44-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 524 kB
  • sloc: perl: 1,119; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title><!-- TMPL_VAR message --></title>
    </head>
    <body>
        <h1><!-- TMPL_VAR message --></h1>
    </body>
</html>