Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thitichaipun Wutthisak
DHAS
Commits
afcb8a54
Commit
afcb8a54
authored
4 years ago
by
Thitichaipun Wutthisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create 404.jsp
parents
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
404.jsp
hrAppWeb.war/404.jsp
+31
-0
No files found.
hrAppWeb.war/404.jsp
0 → 100644
View file @
afcb8a54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
%@
page
contentType=
"text/html; charset=UTF-8"
%
>
<
%@
page
import=
"java.util.Date,java.util.Locale,java.text.SimpleDateFormat"
%
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
Error 404: Page Not Found
</title>
<style
type=
"text/css"
>
body
{
background
:
#fff
;}
#wrapper
{
margin
:
auto
;}
h1
{
margin
:
0
auto
;
padding
:
10px
10px
0px
;
font-size
:
24px
;
font-weight
:
bold
;
color
:
#F00
;
}
#content
{
margin
:
auto
10px
;
font-size
:
12px
;
}
.message
{
font-size
:
14px
;
color
:
#000
;
}
</style>
</head>
<body>
<div
id=
"wrapper"
>
<h1>
Error 404: Page Not Found
</h1>
<div
id=
"content"
>
<p
class=
"message"
>
Sorry, this page was not found
</p>
<br
/>
<hr
/>
<
%
SimpleDateFormat
simpleDate =
new
SimpleDateFormat
("
EE
MMM
dd
yyyy
hh:mm:ss
aa
zzz
",
Locale
.
US
);%
>
<strong>
Date:
</strong><
%=
simpleDate
.
format
(
new
Date
())
%
><br
/>
<strong>
IP Address:
</strong><
%=
request
.
getRemoteAddr
()
%
><br
/>
<strong>
User Agent:
</strong><
%=
request
.
getHeader
("
User-Agent
")
%
><br>
<strong>
Referer:
</strong><
%=
request
.
getHeader
("
Referer
")
%
><br>
</div>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment