added needed html template files
This commit is contained in:
10
apps/q/java/qresources/html/404.html
Normal file
10
apps/q/java/qresources/html/404.html
Normal file
@ -0,0 +1,10 @@
|
||||
<table align="center" class="mainpaneitem">
|
||||
<tr>
|
||||
<td class="formHeading">Item Not Found</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=center>Failed to retrieve item:<br>
|
||||
<code><tmpl_var 404_uri></code>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user