UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

32 lines (25 loc) 798 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <link rel="shortcut icon" href="favicon.png" /> <!-- Do not use @8 in production, use a complete version like x.x.x, see website for latest version: https://www.algolia.com/doc/guides/building-search-ui/installation/js/#load-the-styles --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite-min.css" /> <title>{{name}}</title> </head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> <script type="module" src="src/index.tsx"></script> </body> </html>