mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-02 22:47:37 +01:00
Updated javadocs front-page style
This commit is contained in:
parent
0ca3e7f060
commit
8149fc39b9
@ -1,17 +1,47 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<title>Player Analytics Javadocs</title>
|
<title>Player Analytics Javadocs</title>
|
||||||
<meta name="description" content="Player Analytics Javadocs">
|
<meta name="description" content="Player Analytics Javadocs" />
|
||||||
<meta name="author" content="Rsl1122">
|
<meta name="author" content="AuroraLS3" />
|
||||||
</head>
|
<style>
|
||||||
|
body {
|
||||||
|
height: 100vh;
|
||||||
|
margin: 0;
|
||||||
|
background-color: #fefefe;
|
||||||
|
}
|
||||||
|
|
||||||
<body>
|
div {
|
||||||
<div style="display: inline-block; width: 100%; text-align: center;">
|
position: relative;
|
||||||
<p><a href="./api">Javadocs for Plan API</a> ♥ <a href="./all">Javadocs for the whole project</a></p>
|
top: 50%;
|
||||||
</div>
|
transform: translateY(-50%);
|
||||||
</body>
|
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>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user