uppy/examples/node-xhr/index.html
2022-08-19 10:51:39 +02:00

12 lines
331 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Node.js + Uppy Example</title>
</head>
<body>
<noscript>The app requires JavaScript to be enabled.</noscript>
<script src="./main.js" type="module"></script>
</body>
</html>