CoolFace
Apppublic

Sarveni/Top-VS-Code-Extensions-Data-Analysis

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.template.html17 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="/vite.svg" />7  <meta name="viewport" content="width=device-width, initial-scale=1.0" />8  <title>VS Code Extensions Analytics Dashboard</title>9</head>10 11<body>12  <div id="root"></div>13  <script type="module" src="/src/main.tsx"></script>14</body>15 16</html>17