LeagueStats/client/index.html
2023-10-10 21:21:43 +02:00

29 lines
873 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="msapplication-TileColor" content="#38b2ac" />
<meta name="theme-color" content="#ffffff" />
<title>LeagueStats.gg</title>
<meta
name="description"
content="LeagueStats.gg is an Open source website for League of Legends Summoners statistics."
/>
</head>
<body class="min-w-1200 relative bg-blue-900">
<noscript>
<strong
>We're sorry but LeagueStats doesn't work properly without JavaScript enabled. Please enable
it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script defer data-domain="leaguestats.gg" src="/js/script.js"></script>
</body>
</html>