uppy/examples/xhr-python/index.html
2026-05-13 16:38:51 +05:30

12 lines
331 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Python + Uppy Example</title>
</head>
<body>
<noscript>This app requires JavaScript.</noscript>
<script src="./main.js" type="module"></script>
</body>
</html>