gen/index.html
Enrico Bühler a4184af4c4
All checks were successful
continuous-integration/drone/push Build is passing
- add plausible
2022-05-07 16:32:36 +02:00

17 lines
517 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gen.played - Random Team Generator for CS:GO, Valorant and other Games</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script defer data-domain="gen.played.party" src="https://analytics.unom.io/js/plausible.js"></script>
</body>
</html>