18 lines
412 B
Plaintext
Executable File
18 lines
412 B
Plaintext
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<%@ include file="include/pagetop.jsp"%>
|
|
<!-- ========== Css Files ========== -->
|
|
<link href="css/root.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body{background: #F5F5F5;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="error-pages">
|
|
|
|
<img src="<%=basePath%>normal/showimg.action?imagePath=<s:property value="imagePath" />" >
|
|
</div>
|
|
</body>
|
|
</html> |