uppy/examples/aws-php/index.html
2023-09-29 11:11:28 +02:00

12 lines
323 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Uppy AWS Presigned URL Example</title>
<link href="uppy.min.css" rel="stylesheet" />
</head>
<body>
<script src="main.js" type="module"></script>
</body>
</html>