index.html 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="jquery-3.4.1.min.js"></script>
  5. <meta charset="UTF-8">
  6. <meta name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. <script src="vue.js"></script>
  10. <link rel="stylesheet" href="bootstrap/css/bootstrap.css">
  11. </link>
  12. <title>EasySpider: NoCode Visual Web Crawler</title>
  13. </head>
  14. <body>
  15. <div style="padding: 10px; text-align: center;vertical-align: middle;">
  16. <p>Status: Click Button below to start.</p>
  17. <p><a style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;" href="javascript:void(0)" id="btnDesign"
  18. class="btn btn-primary btn-lg">Design Task</a></p>
  19. <p><a style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;" href="javascript:void(0)" id="btnInvoke"
  20. class="btn btn-primary btn-lg">View/Manage/Invoke Tasks</a></p>
  21. </div>
  22. <!-- You can also require other files to run in this process -->
  23. <script src="./renderer.js"></script>
  24. </body>
  25. </html>