mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
11 lines
263 B
HTML
11 lines
263 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>PHP + Uppy Example</title>
|
|
</head>
|
|
<body>
|
|
<script src="./main.js" type="module"></script>
|
|
</body>
|
|
</html>
|