Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
1.08 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#e2a400" />
<link rel="shortcut icon" href="./assets/favicon.png" />
<link rel="manifest" href="./assets/manifest.webmanifest" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Hind:400,600|Open+Sans:300,400,700&display=swap"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/instantsearch.css@7.3.1/themes/reset-min.css"
/>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CArray.prototype.findIndex%2CObject.assign%2CObject.entries"></script>
<title>React InstantSearch Hooks - e-commerce</title>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script type="module" src="index.tsx"></script>
</body>
</html>