Skip to content

Commit 1e90405

Browse files
authored
Create index.html
1 parent fa69989 commit 1e90405

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

web/servlet/errorpage/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Home page</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
</head>
8+
<body>
9+
<p>
10+
<!-- intentional error in path -->
11+
Go to <a href="doc/defaultt.html">default page</a>
12+
</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)