CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
index.html18 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3 4<head>5  <meta charset="UTF-8" />6  <link rel="icon" type="image/svg+xml" href="/favicon.png" />7  <meta name="viewport" content="width=device-width, initial-scale=1.0" />8  <title>DataScope</title>9</head>10 11 12<body >13 14  <div id="root"></div>15  <script type="module" src="/src/main.jsx"></script>16</body>17 18</html>