Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "Menu.jsp" => "Missing.jsp" as per comment.

...

Code Block
formatHTML
titleMenuMissing.jsp
borderStylesolid
<html>
<head><title>Missing Feature</title></head>

<body>
<p>
    This feature is under construction.
    Please try again in the next iteration.
</p>
</body>
</html>

...