0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00
ghost/apps/stats/index.html
Peter Zimon 90f4854b25
Added Stats React app (#22613)
ref ANAL-157

- ATM traffic analytics is a combination of Ember and React components.
This PR creates a new "Stats" React app that uses Shade
2025-03-25 10:20:28 +01:00

16 lines
No EOL
372 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ghost Traffic Analytics</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/standalone.tsx"></script>
</body>
</html>