mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Fix examples
This commit is contained in:
parent
3810a2ba92
commit
de281c2794
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Basic Uppy styles -->
|
||||
<link rel="stylesheet" href="/uppy/uppy.css">
|
||||
<link rel="stylesheet" href="/uppy/uppy.min.css">
|
||||
|
||||
<div class="grid">
|
||||
<div class="column-1-2">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!-- Basic Uppy styles -->
|
||||
<link rel="stylesheet" href="/uppy/uppy.css">
|
||||
<link rel="stylesheet" href="/uppy/uppy.min.css">
|
||||
|
||||
<div id="GoogleDriveContainer"></div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Basic Uppy styles -->
|
||||
<link rel="stylesheet" href="/uppy/uppy.css">
|
||||
<link rel="stylesheet" href="/uppy/uppy.min.css">
|
||||
|
||||
<!-- Modal trigger -->
|
||||
<button id="uppyModalOpener" class="UppyModalOpenerBtn">Open Uppy Modal</button>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Basic Uppy styles -->
|
||||
<link rel="stylesheet" href="/uppy/uppy.css">
|
||||
<link rel="stylesheet" href="/uppy/uppy.min.css">
|
||||
|
||||
<form action="//api2.transloadit.com">
|
||||
<input type="file" name="files[]" multiple="">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue