-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
58 lines (47 loc) · 2.54 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html style="" class=" js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - ARAM Leaderboard</title>
<link href="scripts/bootstrap.css" rel="stylesheet">
<link href="scripts/site.css" rel="stylesheet">
<script src="scripts/modernizr-2.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">ARAM Leaderboard</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">EUW</a></li>
<li><a href="eune.html">EUNE</a></li>
<li><a href="#">About</a></li>
<!--li>//Html.ActionLink("Contact", "Contact", "Home")</li-->
</ul>
</div>
</div>
</div>
<div class="container body-content">
<h2>About.</h2>
<p>Generated from all players in recent ARAM matches of the top 500 from <a href="https://antinoid.github.io/">https://antinoid.github.io/</a></p>
<p>This resulted in about 17.000 valid players which were checked via <a href="https://whatismymmr.com/">whatismymmr.com</a></p>
<br/>
<p>The full ranking of all 17.000 players can be found here: <a href="Ranking.xml">Ranking.xml</a>
<p>Note: The ranking at lower ratings will not be accurate.</p>
<hr>
<footer>
<p>© 2017 - ARAM Leaderboard</p>
</footer>
</div>
<script src="scripts/jquery-1.js"></script>
<script src="scripts/bootstrap.js"></script>
<script src="scripts/respond.js"></script>
</body></html>