mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
29 lines
895 B
HTML
29 lines
895 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="https://leaguestats.gg/js/script.js"></script>
|
|
</body>
|
|
</html>
|