index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html lang="en" ng-app="modellang-ide" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html lang="en" ng-app="modellang-ide" class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html lang="en" ng-app="modellang-ide" class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html lang="en" ng-app="modellang-ide" class="no-js">
  7. <!--<![endif]-->
  8. <head>
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <meta name="description" content="">
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <title>model-lang Editor</title>
  14. <link rel="stylesheet" href="vendor.min.css">
  15. <link rel="stylesheet" href="index.min.css">
  16. </head>
  17. <body>
  18. <!--[if lt IE 7]>
  19. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  20. <![endif]-->
  21. <menu></menu>
  22. <div ng-view></div>
  23. <script src="vendor.min.js"></script>
  24. <script src="index.min.js"></script>
  25. </body>
  26. </html>