view tests/suite_03_good_forward/files/original.pspx @ 72:e8b3b336e63e draft default tip

Update version.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:17:48 -0700
parents 88adf10be709
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>