Skip to content

Commit 827bcf2

Browse files
committed
index.html (spring boot default) with redirect to click home.htm
1 parent cb0c5f1 commit 827bcf2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html><head>
3+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
4+
<meta http-equiv="Refresh" content="0;URL=/home.htm">
5+
</head>
6+
<body>
7+
Redirecting...
8+
<script>
9+
setTimeout(function() {
10+
window.location.href = '/home';
11+
}, 1000);
12+
</script>
13+
</body></html>

0 commit comments

Comments
 (0)