Skip to content

Instantly share code, notes, and snippets.

View Yossi's full-sized avatar

Yossi Rafelson Yossi

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Pico LED BLE Control</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;