Update index.html

This commit is contained in:
Risto Lahtela 2019-08-05 12:27:13 +03:00 committed by GitHub
parent 21fc06efa7
commit bafca10539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,16 @@
<meta name="author" content="Rsl1122">
<style>
body: {text-align: center; font-size: 20px;}
body: {text-align: center; width: 100%;}
p: {font-size: 40px;}
</style>
</head>
<body>
<a href="./api">Javadocs for Plan API</a> &hearts; <a href="./all>Javadocs for Whole Project</a>
<div>
<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>
</body>
</html>