Skip to content

Instantly share code, notes, and snippets.

View simonebeltrame08's full-sized avatar

simonebeltrame08

View GitHub Profile
@simonebeltrame08
simonebeltrame08 / reparos-chat.html
Created May 25, 2026 20:58
Reparos – Chat Domi prototype
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Reparos – Chat Domi</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
body {