mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
Co-authored-by: Merlijn Vos <merlijn@soverin.net> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
12 lines
317 B
HTML
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>
|