index.html 853 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="keywords" content="dongke,mes,ibossmes">
  6. <meta name="description" content="制造企业生产过程执行管理系统">
  7. <meta name="author" content="xuwei">
  8. <title>东科软件</title>
  9. <script src="/plugins/xeasyui/xeasyui.min.js"></script>
  10. </head>
  11. <body style="background-image: url('/img/hegiibg.png');background-size:100%,100%; ">
  12. <div id="dg"></div>
  13. <script type="text/javascript">
  14. $(function () {
  15. $.dialog.show({
  16. title: '东科软件 DONGKE IBOSS-MES',
  17. iconCls: 'icon-logo',
  18. width: 400,
  19. height: 330,
  20. url: 'login.html'
  21. });
  22. });
  23. </script>
  24. <!--<script src="/plugins/animation/002/animation.js"></script>-->
  25. </body>
  26. </html>