mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Prior to this, these web pages fail to load with `ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/lib/python3.11/site-packages/typing_extensions.py)`
22 lines
736 B
HTML
22 lines
736 B
HTML
<!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.26.2/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>
|