| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Zebra EMC Engineering Tools Portal</title>
-
- <script src="scripts/webcomponents.min.js"></script>
-
- <link rel="import" href="app-shell.html">
-
- <style is="custom-style" include="iron-flex iron-positioning"></style>
- <style is="custom-style">
- * {
- font-family: Arial, Helvetica, sans-serif;
- }
-
- body {
- margin: 0;
- background-color: #e1e1e1;
- }
- </style>
-
- <script src="scripts/js-cookie.js" type="text/javascript"></script>
- <script src="scripts/moment.min.js" type="text/javascript"></script>
- </head>
-
- <body>
- <app-shell></app-shell>
- </body>
- </html>
|