mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
14 lines
286 B
HTML
14 lines
286 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>uppy</title>
|
|
</head>
|
|
<body>
|
|
<h1>Uppy is here</h1>
|
|
<button id="uppyModalOpener">Open Modal</button>
|
|
|
|
<link href="uppy.min.css" rel="stylesheet">
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|