EasySpider/ElectronJS/index.html
2023-02-07 16:30:43 +08:00

30 lines
1.1 KiB
HTML

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