Skip to content

Instantly share code, notes, and snippets.

View onmahadev's full-sized avatar
🏠
Working from home

onmahadev

🏠
Working from home
View GitHub Profile
@onmahadev
onmahadev / index.html
Created January 25, 2023 08:33 — forked from kylemcdonald/index.html
Minimal example of uploading a webcam image to a Flask server.
<html>
<head>
<title>Webcam Upload</title>
<style>
html, body {
height: 100%;
}
* {
font-family: sans-serif;
user-select: none;