[ホーム] -> [SSI 実験室]

test-ssi/hello.html

ソース

このソースをダウンロードする。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
    <title>Hello World</title>
  </head>
  <body>
    <p>
      SSI = [<!--#exec cmd="echo Hello World"-->]<br>
    </p>
  </body>
</html>

実行

この HTML を Hiz Lab サーバ上から表示する。

戻る