UNPKG

@kanaries/web-data-loader

Version:

data loader tools for common datasource types (in browser)

22 lines (21 loc) 771 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Web Data Loader</title> </head> <body> <div style="padding-left: 10%; padding-right: 10%; padding-top: 2rem;"> <div class="ui padded segment"> <input class="ui blue basic button" type="file" id="file" /> <div class="ui divider"></div> <div style="padding: 2px; background-color: #EDB88B;"> <div id="progress" style="background-color: #D67276; height: 4px"></div> </div> </div> </div> <script type="module" src="/examples/index.ts"></script> </body> </html>