You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<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">
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
|
<link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.0.2/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container p-3 clearfix">
|
|
|
|
<div class="float-start events">
|
|
|
|
<button type="button" class="btn btn-primary btn-sm" data-event="start" id="start">开始</button>
|
|
|
|
<button type="button" class="btn btn-warning btn-sm d-none" id="pause" data-event="pause" data-status="0">暂停</button>
|
|
|
|
<!-- <button type="button" class="btn btn-danger btn-sm d-none" id="finish" data-event="finish">结束</button> -->
|
|
|
|
</div>
|
|
|
|
<div class="float-end actions d-none" id="action-container">
|
|
|
|
动作:
|
|
|
|
<button type="button" class="btn btn-outline-primary btn-sm" data-code="0">0</button>
|
|
|
|
<button type="button" class="btn btn-outline-secondary btn-sm" data-code="1">1</button>
|
|
|
|
<button type="button" class="btn btn-outline-success btn-sm" data-code="2">2</button>
|
|
|
|
<button type="button" class="btn btn-outline-danger btn-sm" data-code="3">3</button>
|
|
|
|
<button type="button" class="btn btn-outline-warning btn-sm" data-code="4">4</button>
|
|
|
|
<button type="button" class="btn btn-outline-info btn-sm" data-code="5">5</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<iframe id="iframe" src="http://localhost:5500/dist/" frameborder="0" class="d-block"></iframe>
|
|
|
|
</body>
|
|
|
|
</html>
|