2021-03-11 15:35:02 +01:00
|
|
|
<!DOCTYPE html>
|
2021-03-10 09:20:23 +01:00
|
|
|
|
|
|
|
<html lang="en">
|
2021-03-11 15:35:02 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2021-03-10 09:20:23 +01:00
|
|
|
|
2021-03-11 15:35:02 +01:00
|
|
|
<title>Player Analytics Javadocs</title>
|
|
|
|
<meta name="description" content="Player Analytics Javadocs" />
|
|
|
|
<meta name="author" content="AuroraLS3" />
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
height: 100vh;
|
|
|
|
margin: 0;
|
|
|
|
background-color: #fefefe;
|
|
|
|
}
|
2021-03-10 09:20:23 +01:00
|
|
|
|
2021-03-11 15:35:02 +01:00
|
|
|
div {
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-family: "Nunito", "Verdana", sans-serif;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #368f17;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
<a href="./api">Javadocs for Plan API</a>
|
|
|
|
❤
|
|
|
|
<a href="./all">Javadocs for the whole project</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
2021-03-10 09:20:23 +01:00
|
|
|
</html>
|