Skip to content

Instantly share code, notes, and snippets.

@cmicmaeda
cmicmaeda / camera-app (1)-c1.html
Last active May 13, 2025 06:29
WebCameraTest1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Camera App</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 min-h-screen font-sans">
<div class="container mx-auto px-4 py-8 max-w-md">