CoolFace
Apppublic

pranavjrat/top-github-actions

sourceHugging Facegpl-3.0updated 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="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>๐Ÿ“Š</text></svg>" />7  <meta name="viewport" content="width=device-width, initial-scale=1.0" />8  <title>GitHub Actions Analytics Dashboard</title>9</head>10 11<body class="bg-[#0b0f19] text-[#f3f4f6]">12  <div id="root"></div>13  <script type="module" src="/src/main.tsx"></script>14</body>15 16</html>17