Skip to content

Instantly share code, notes, and snippets.

View sivaxreddy's full-sized avatar
🤸‍♀️
chasing colors after dark

Siva Reddy sivaxreddy

🤸‍♀️
chasing colors after dark
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat with Dolphin</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;