File: index.html

package info (click to toggle)
libcgi-application-server-perl 0.063-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 621; makefile: 4; javascript: 3
file content (14 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<HTML>
<HEAD>
    <LINK REL="stylesheet" HREF="test.css" TYPE="text/css">
    <TITLE>Test Static Index Page</TITLE>
    <SCRIPT LANGUAGE="javascript" SRC="test.js" />
</HEAD>
<BODY>
<H1>Index</H1>
<HR>
<A HREF="javascript:greet()">Javascript Check</A>
<BR>
<A HREF="index.cgi?rm=mode1">CGI::Application Check</A>
</BODY>
</HTML>