mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
19 lines
474 B
HTML
19 lines
474 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="1;url=kibana/index.html">
|
|
<script type="text/javascript">
|
|
window.location.href = "kibana/index.html"
|
|
</script>
|
|
<title>Page Redirection</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow the <a href='kibana/index.html'>link to kibana</a>
|
|
<!--
|
|
Built on:
|
|
marvel commit: @@MARVEL_REVISION
|
|
kibana commit: @@KIBANA_REVISION
|
|
-->
|
|
</body>
|
|
</html>
|