Update index.html

This commit is contained in:
Risto Lahtela 2019-08-05 12:45:38 +03:00 committed by GitHub
parent 4fad460347
commit 8bfda8461f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,8 @@
</head>
<body>
<div style="display: inline-block;">
<h1>Player Analytics Javadocs</h1>
<p><a href="./api">Javadocs for Plan API</a>
&hearts;
<a href="./all>Javadocs for the whole project</a></p>
<div style="display: inline-block; width: 100%; text-align: center;">
<p><a href="./api">Javadocs for Plan API</a> &hearts; <a href="./all">Javadocs for the whole project</a></p>
</div>
</body>
<style>
body: {text-align: center; width: 100%;},
p: {font-size: 40px;}
</style>
</html>