error.html.template 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!doctype html>
  2. <!--
  3. * Licensed to the Apache Software Foundation (ASF) under one or more
  4. * contributor license agreements. See the NOTICE file distributed with
  5. * this work for additional information regarding copyright ownership.
  6. * The ASF licenses this file to You under the Apache License, Version 2.0
  7. * (the "License"); you may not use this file except in compliance with
  8. * the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. -->
  18. <!--[if gt IE 8]>
  19. <script type="text/javascript">
  20. function Redirect() {
  21. window.location.assign("login.jsp");
  22. }
  23. Redirect();
  24. </script>
  25. <![endif]-->
  26. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  27. <!--[if gt IE 7]>
  28. <script src="js/external_lib/es5-shim.min.js"></script>
  29. <script src="js/external_lib/respond.min.js"></script>
  30. <![endif]-->
  31. <html lang="en">
  32. <head>
  33. <meta charset="utf-8">
  34. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  35. <meta name="viewport" content="width=device-width, initial-scale=1">
  36. <title>Atlas</title>
  37. <link href='https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  38. <link href="js/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  39. <link rel="stylesheet" href="js/libs/bootstrap/css/bootstrap.min.css">
  40. <link rel="stylesheet" type="text/css" href="css/bootstrap-sidebar.css" />
  41. <link rel="stylesheet" type="text/css" href="css/style.css">
  42. </head>
  43. <body>
  44. <div>
  45. <!-- Page Content Begin -->
  46. <div id="page-content-wrapper">
  47. <div class="page-title clearfix" style="background: none;">
  48. <h3>Looking for something?</h3>
  49. <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>
  50. </div>
  51. </div>
  52. <!-- Page Content End -->
  53. </div>
  54. </body>
  55. </html>