mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
13 lines
339 B
HTML
13 lines
339 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Uppy React Example</title>
|
|
<link href="uppy.min.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./main.jsx" type="module"></script>
|
|
</body>
|
|
</html>
|