LeagueStats/client/index.html

29 lines
795 B
HTML
Raw Normal View History

<!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="relative bg-blue-900 min-w-1200">
<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>
</body>
</html>