Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
409 Bytes
<!DOCTYPE html>
<html>
<head>
<title>The Minimal React Webpack Babel Setup</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
</head>
<body>
<div id="app"></div>
<script src="./bundle.js"></script>
</body>
</html>