mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 18:58:57 +00:00
17 lines
460 B
HTML
17 lines
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Uppy DigitalOcean Example</title>
|
|
<link href="uppy.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<h1>DigitalOcean Spaces</h1>
|
|
<p>
|
|
Using the <a href="https://uppy.io/docs/aws-s3">AwsS3</a> plugin to upload to DigitalOcean Spaces ✌️
|
|
</p>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|