26 lines
650 B
Plaintext
Executable File
26 lines
650 B
Plaintext
Executable File
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
|
|
<jsp:directive.page contentType="text/html"/>
|
|
|
|
<jsp:scriptlet>
|
|
// Since: 2003-11-06
|
|
// Version: $Revision: #1 $ $DateTime: 2003/11/06 11:50:38 $
|
|
// See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=108722
|
|
// FIXME: the text below needs to be prettified and globalized.
|
|
</jsp:scriptlet>
|
|
|
|
<jsp:scriptlet>
|
|
response.setStatus(response.SC_NOT_FOUND);
|
|
</jsp:scriptlet>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Nothing published</title>
|
|
</head>
|
|
<body>
|
|
<h1>Nothing published</h1>
|
|
|
|
<p>No content has been published yet.</p>
|
|
</body>
|
|
</html>
|
|
</jsp:root>
|