index.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!--
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with 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. <!DOCTYPE html>
  19. <html lang="en">
  20. <head>
  21. <meta charset="utf-8">
  22. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  23. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  24. <link rel="stylesheet" href="stylesheets/app.css">
  25. <script src="javascripts/vendor.js"></script>
  26. <script src="javascripts/app.js"></script>
  27. <script>require('initialize');</script>
  28. <title>Ambari</title>
  29. <link rel="shortcut icon" href="/img/logo-micro.gif">
  30. </head>
  31. <body>
  32. <div id="wrapper">
  33. <!-- ApplicationView -->
  34. </div>
  35. <footer>
  36. <div class="container">
  37. <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Licensed under the Apache License, Version 2.0</a>.<br>
  38. <a href="/licenses/NOTICE.txt" target="_blank">See third-party tools/resources that Ambari uses and their respective authors</a>
  39. </div>
  40. </footer>
  41. </body>
  42. </html>