dataframe-sandbox / index.html
hmb's picture
hmb HF Staff
FIX: Use simple, reliable ICO favicon from Hugging Face - no more broken favicon
4128e84
raw
history blame
444 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@gradio/dataframe Demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>