summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-web/examples/fptemplate/simpletemplate/cgi/simpletemplate.lpr
blob: abbb1627375e50ce821b013c222bdeccef33dae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
program simpletemplate;

{$mode objfpc}{$H+}

uses
  fpCGI, webmodule;

{$R *.res}

begin
  Application.Initialize;
  Application.Run;
end.