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

{$mode objfpc}{$H+}

uses
  fpCGI, webmodule;

{$R *.res}

begin
  Application.Initialize;
  Application.Run;
end.