view tests/suite_03_good_forward/files/original.pspx @ 71:88adf10be709 draft

Add tests.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:16:31 -0700
parents
children
line wrap: on
line source

#rem This is the original page. We don't ever actually request it
#rem via its route; we access it via various forwards as tests.
<!DOCTYPE html>
<html>
  <head>
    <title>Original Page</title>
  </head>
  <body>
    <h1>Original Page</h1>
    <p>This is the original page.</p>
  </body>
</html>