File: scanner.html

package info (click to toggle)
python-bumble 0.0.225-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,464 kB
  • sloc: python: 75,258; java: 3,782; javascript: 823; xml: 203; sh: 172; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  <link rel="stylesheet" href="scanner.css">
  <script src="https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js"></script>
  <script type="module" src="../ui.js"></script>
  <script type="module" src="scanner.js"></script>
</style>
  </style>
</head>
<body>
    <script type="module">
        import {LitElement, html} from 'https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js';
    </script>

    <bumble-controls id="bumble-controls"></bumble-controls><hr>
    <textarea id="log-output" style="width: 100%;" rows="10" disabled></textarea><hr>
    <scan-list id="scan-list"></scan-list>
</body>
</html>