migration-status.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  19. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  20. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  21. <!--[if gt IE 7]>
  22. <script src="js/external_lib/es5-shim.min.js?bust=1629226782478"></script>
  23. <script src="js/external_lib/respond.min.js?bust=1629226782478"></script>
  24. <![endif]-->
  25. <!--[if gt IE 8]><!-->
  26. <html class="no-js">
  27. <!--<![endif]-->
  28. <head>
  29. <meta charset="utf-8" />
  30. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
  32. <title>Atlas</title>
  33. <meta name="description" content="" />
  34. <meta name="viewport" content="width=device-width" />
  35. <link rel="shortcut icon" href="img/favicon.ico?bust=1629226782478" type="image/x-icon" />
  36. <link rel="icon" href="img/favicon.ico?bust=1629226782478" type="image/x-icon" />
  37. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  38. <link rel="stylesheet" type="text/css" href="css/animate.min.css?bust=1629226782478" />
  39. <link rel="stylesheet" href="js/libs/backgrid/css/backgrid.css?bust=1629226782478" />
  40. <link rel="stylesheet" href="js/libs/bootstrap/css/bootstrap.min.css?bust=1629226782478" />
  41. <link rel="stylesheet" href="css/googlefonts.css?bust=1629226782478" type="text/css" />
  42. <link href="js/libs/font-awesome/css/font-awesome.min.css?bust=1629226782478" rel="stylesheet" />
  43. <link href="css/migration-style.css?bust=1629226782478" rel="stylesheet" />
  44. </head>
  45. <body>
  46. <div class="page-wrapper">
  47. <div class="initialLoading"></div>
  48. </div>
  49. <!-- build:js scripts/main.js -->
  50. <script data-main="js/migration.js?bust=1629226782478" src="js/libs/requirejs/require.js?bust=1629226782478"></script>
  51. <!-- endbuild -->
  52. <script type="text/javascript">
  53. var getBustValue = function() {
  54. return "1629226782478";
  55. };
  56. </script>
  57. </body>
  58. </html>