mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
12 lines
321 B
HTML
12 lines
321 B
HTML
<!doctype html>
|
|
<html>
|
|
<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>
|