index.html 684B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Zebra EMC Engineering Tools Portal</title>
  5. <script src="scripts/webcomponents.min.js"></script>
  6. <link rel="import" href="app-shell.html">
  7. <style is="custom-style" include="iron-flex iron-positioning"></style>
  8. <style is="custom-style">
  9. * {
  10. font-family: Arial, Helvetica, sans-serif;
  11. }
  12. body {
  13. margin: 0;
  14. background-color: #e1e1e1;
  15. }
  16. </style>
  17. <script src="scripts/js-cookie.js" type="text/javascript"></script>
  18. <script src="scripts/moment.min.js" type="text/javascript"></script>
  19. </head>
  20. <body>
  21. <app-shell></app-shell>
  22. </body>
  23. </html>