| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | <!doctype html><!--* Licensed to the Apache Software Foundation (ASF) under one or more* contributor license agreements.  See the NOTICE file distributed with* this work for additional information regarding copyright ownership.* The ASF licenses this file to You under the Apache License, Version 2.0* (the "License"); you may not use this file except in compliance with* the License.  You may obtain a copy of the License at**     http://www.apache.org/licenses/LICENSE-2.0** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.* See the License for the specific language governing permissions and* limitations under the License.--><!--[if gt IE 8]><script type="text/javascript">function Redirect() {window.location.assign("login.jsp");}Redirect();</script><![endif]--><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!--[if gt IE 7]><script src="js/external_lib/es5-shim.min.js"></script><script src="js/external_lib/respond.min.js"></script><![endif]--><html lang="en"><head>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge">    <meta name="viewport" content="width=device-width, initial-scale=1">    <title>Atlas</title>    <link href='https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,700italic' rel='stylesheet' type='text/css'>    <link href="js/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">    <link rel="stylesheet" href="js/libs/bootstrap/css/bootstrap.min.css">    <link rel="stylesheet" type="text/css" href="css/bootstrap-sidebar.css" />    <link rel="stylesheet" type="text/css" href="css/style.css"></head><body><div>    <!-- Page Content Begin -->    <div id="page-content-wrapper">        <div class="page-title clearfix" style="background: none;">            <h3>Looking for something?</h3>            <p>We're sorry. The web address you're looking for is not a functioning page in Apache Atlas. Please try navigating from <a href="index.html">Apache Atlas Home</a></p>        </div>    </div>    <!-- Page Content End --></div></body></html>
 |