We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0c5f1 commit 827bcf2Copy full SHA for 827bcf2
examples/src/main/resources/static/index.html
@@ -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