forked from Dragoboss/PlayerHeads
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (20 loc) · 818 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/ .
-->
<html>
<head>
<title>PlayerHeads docs</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>PlayerHeads docs</h2>
<ul>
<li><a href="./PlayerHeads-api/docs/index.html">PlayerHeads-API</a> (Information about PH for third-party plugin integration)</li>
<li><a href="./PlayerHeads-compatibility/PlayerHeads-compatibility-api/docs/index.html">PlayerHeads-Compatibility-API</a> (version-support methods for plugin devs)</li>
</ul>
</body>
</html>