mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
25 lines
854 B
HTML
25 lines
854 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Main</title>
|
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/static/css/tabulator.min.css">
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
<script lang="js" src="/static/js/tabulator.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="table-container">
|
|
<div id="copters-table"></div>
|
|
</div>
|
|
<div class="command-container col">
|
|
<div class="action-container">
|
|
<button type="button" class="btn btn-dark">Set animation</button>
|
|
<button type="button" class="btn btn-dark">Set configuration</button>
|
|
<button type="button" class="btn btn-dark">Set aruco map</button>
|
|
</div>
|
|
<div class="action-container"></div>
|
|
</div>
|
|
<script lang="js" src="/static/js/main.js"></script>
|
|
</body>
|
|
</html> |