flasher.meshcore.dev/index.html
Rastislav Vysoky de525c90d5 initial commit
2025-02-23 10:19:53 +01:00

17 lines
No EOL
397 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MeshCore flasher</title>
<link href="./css/beer.css" rel="stylesheet">
<link href="./css/flasher.css" rel="stylesheet">
<script type="module" src="./flasher.js"></script>
</head>
<body class="dark">
<div id="flasher"></div>
</body>
</html>