mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
26 lines
725 B
HTML
26 lines
725 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="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>
|