|
@@ -17,6 +17,7 @@
|
|
|
<meta property="og:description" content="A blazing fast Minecraft avatar API with support for avatars, skins, and 3D renders.">
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
<meta name="twitter:creator" content="@Crafatar">
|
|
|
+ <script src="/javascript/mojang.js"></script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -53,11 +54,13 @@
|
|
|
</div>
|
|
|
<div class="container">
|
|
|
<section id="documentation">
|
|
|
- <div class="alert alert-danger" role="alert">
|
|
|
- <h5>Usernames are deprecated!</h5>
|
|
|
- You should only use usernames for <i>testing</i>.<br>
|
|
|
- Updates are slower, some features are not available, and it may <strong>break anytime</strong>!<br>
|
|
|
- <i>We strongly advise you to use UUIDs instead of usernames.</i> <small><a href="#usernames">more info</a></small>
|
|
|
+ <div id="alerts">
|
|
|
+ <div class="alert alert-danger" role="alert">
|
|
|
+ <h5>Usernames are deprecated!</h5>
|
|
|
+ You should only use usernames for <i>testing</i>.<br>
|
|
|
+ Updates are slower, some features are not available, and it may <strong>break anytime</strong>!<br>
|
|
|
+ <i>We strongly advise you to use UUIDs instead of usernames.</i> <small><a href="#usernames">more info</a></small>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h2>Documentation</h2>
|