All checks were successful
continuous-integration/drone/push Build is passing
- add description
19 lines
750 B
HTML
19 lines
750 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
|
<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>
|
|
<meta name="description"
|
|
content="gen.played is a random team generator. Simply enter the names of the players, press generate and you've got as many random teams as you like. Not happy with the result? Just press generate again!" />
|
|
</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> |