uppy/examples/aws-php/index.html
Raúl Ibáñez 3f07d79de6
Add example for Uppy with S3 and a Node.js server (#4129)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-17 16:43:00 -03:00

12 lines
317 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>