gen/index.html
Enrico Bühler ded5f836c4
All checks were successful
continuous-integration/drone Build is passing
- initial commit
2022-04-24 18:21:17 +02:00

16 lines
372 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>played - Random Team Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>